I don't know what kind of image processing you required. If you wnat to draw some text on the image then first draw the image on the screen and then draw the
string on same canvas on appropiate position, If u marge some tow or more image then u need to
water mark process and I think it best to in use server side then display on canvas.
And getRGB method return the image RGB pixels array, u can also place ur pixcel but for this u need to some difficult calculation... using pixel matrix .The getRGB method only work for MIDP 2.0 device
You can also use setGrayScale(int) to draw an image in white or black
[ June 23, 2005: Message edited by: Maddi Ranjan ]