Re: Image Opening Problem
does it open .png images flawlessly ?
and if it only has problems with JPEG it might just be that it doesn't support that format or maybe the way it has been encoded by your paint program...
This last point might be tested quite easily actually, make a MIDlet that just opens a single JPEG Image and see if that succeeds ! Don't forget to open the Image in a try-catch and write the exception to the screen !
Re: Image Opening Problem
Ajay it happens for some jpeg images due to the wide variety of encoding available in jpeg. It is better to use PNG images.