Hello to all
I am developing one J2ME application and it will get RGB value of given image(JPG/PNG). But this values are not correct/accurate.Like BufferedImage.getrgb method of BufferedImage class of AWT(SWING) is return accurate value (of RGB) of given Image. Comparing this two method' s rgb value there is so much difference. Please help me to find accurate RGB value of given Image in j2me .
Thank you