Convert ARGB to RGB in J2ME
Creating an image from an array of data is an easy task, but to create a byte-array of data from an image is a little more complicated.
To create a byte-array of data from an image, we can use the getRGB(..) method in the image class in MIDP 2.0.
From the getRGB method we get an int-array [...]
RSS