Is there a way to implement BufferedImage class in a J2ME project?. I desperately need it for HSV Image Processing…!
Is there a way to implement BufferedImage class in a J2ME project?. I desperately
Share
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
BufferedImagein mobile projects. Implementing it would be a nightmare with all the dependencies to this class. Best thing is to try some other image class likeBitmapwhich is available inJ2ME