I came across an interface which transforms java buffered images to playN images
But i was not able to figure out. Can any one know how to use it exactly?…..
Thanks in advance………..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t use it directly in a cross-platform way.
This interface does not transform a
BufferedImageto a PlayN image. It transforms oneBufferedImageinto anotherBufferedImage. This newBufferedImagewill subsequently be used to create a PlayN image in the Java platform specific code of PlayN.This interface is used under the hood to support the transform method in
Image.