OYEWAP.COM

  Can color images be used in WAP?

At present, there is only one browser that accepts color images, and that is Phone.com's UP.browser version 3.2. Currently this browser is only in one cellular phone, the Hitachi C309H, and at time of writing this phone has not been released on the market.

Since WBMP images are monochrome, Phone.com has wisely chosen the very popular PNG, Portable Network Graphics format for color images. The format of PNG images is described in RFC-2083 and most good graphics packages fully support the format, including command line tools and libraries for most operating systems if you're thinking about generating dynamic images.

Phone.com has released an SDK, version 3.3, to emulate this browser, and that is available at http://developer.phone.com/dev/ts/ja/license_32j.html after registering. Note that there are a few limitations to this SDK. It's more of a HDML browser with WML and PNG capabilites.

Unfortunately all Phone.com's web documentation on the SDK 3.3 is in Japanese.

To use PNG images in your code, simply point to the image file the same way you point to a WBMP image:

<img src="images/colorimage.png" alt="Color Image">

Most good webserver are already configured to handle the MIME type of the PNG images, but if it isn't, the MIME type is simply image/png.