Hi,
I am developing a J2ME MIDlet which does the following things.
1. Accesses the framebuffer or graphics context using DirectGraphics: getpixels( ) method.
2. Put the extracted pixels in a .png or .bmp file
3. Change the colour of the pixels
I know how to do the 3rd step.
Please anybody provide me a code which does above actions or atleast the procedure on how to do this.
(j2me is preferably for nokia series 40 phones.)
Thanks,

Reply With Quote

