[amrhein],
When you mentioned the 90k image, what is the format of that image? The MID Profile v1.0 specification only supports the PNG (Portable Network Graphics) v1.0 image file format for the createImage() method of the Image class.
HTH.
Allen Lai
Developer Technical Support
SUN Microsystems
http://www.sun.com/developers/support/
[amrhein],
The MIDP API documentation for the Image class states that "for PNG v1.0 .... all positive values of width and height are supported; however, a very large image may not be readable because of memory constraints."
You have probably exceeded the limit of the image file size for the KVM that you are running the MIDlet on.
HTH.
Allen Lai
Developer Technical Support
SUN Microsystems
http://www.sun.com/developers/support/
[amrhein],
I am not sure if there is a hard and fast fixed limit to the image size for a MIDlet, it might depend on the amount of device flash or memory.
I will investigate and post my follow up answers to your question shortly. Stay tuned.
Allen Lai
Developer Technical Support
SUN Microsystems
http://www.sun.com/developers/support/