|
Question What image types does MIDP support? Answer You can find the easy answer on page 9 of the "Mobile Information Device Profile, v.2.0" document. It states that a compliant MIDP 2.0 implementation "MUST support PNG image transparency"; that is, the Portable Network Graphics format. The next statement in the document is: "MAY include support for additional formats." What other formats could be supported? A quick scan of the alphabet soup of file extensions yields a few popular graphic types such as:
The question is then, does a given MIDP device support any format other than the required PNG? I tried an empirical solution to the problem:
After a few iterations to get the MIDlet to behave, I was able to make the following observations:
Note that the sizes of JAR files that specific devices can load depend on multiple factors, including limitations imposed by handset manufacturers and carriers, or even the available memory configuration on a specific device. References:
TrademarksJava, J2EE, J2SE, J2ME, and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. Adobe Photoshop is a registered trademark of Adobe Systems Incorporated in the United States and/or other countries. Thanks to Vincent Hardy and Nicolas Lorain of Sun Microsystems for their reviews. | ||||||||||
|
| ||||||||||||