Developer’s Guide SoundPoint IP / SoundStation IP
Image Tags
The following image tag is supported:
•
The Microbrowser supports images stored in uncompressed .bmp format. While all BMP bit depths will be displayed to the best of the phone’s ability, it is recommended that the image format most suitable for the target platform be chosen. For example:
•The SoundPoint IP 601 LCD supports four levels of grey, so a
•The SoundPoint IP 670 LCD supports
Images can be scrolled up and down, however images that are too wide will be truncated.
Various platforms have differing limits due to memory. There are also differing pixel limits for devices of differing pixel depth. A 1 bit per pixel image 160x80 requires only 1600 bytes. For a 24 bit picture, the memory requirement is 38400 bytes.
There are several limits depending on the source data (this involves the cache limits in configuration) and the display converted data, which is dependant on available RAM (and is limited in the code depending on platform).
<img>
The img element defines an image.
Note |
| The "align", "border", "hspace", and "vspace" attributes of the image element are | ||
|
| not supported in XHTML 1.0 Strict DTD. |
| |
|
|
|
|
|
|
| The following attributes are supported: |
| |
|
|
|
| |
| Attribute | Value/s | Description | |
|
|
|
| |
| src | URL | The URL of the image to display | |
|
|
| (Ex: |
|
|
|
| “http://www.topxml.com/images/to |
|
|
|
| pxml_site.gif” |
|
|
|
| or ”c:\images\img1.jpg” ) |
|
|
|
|
| |
| height | Pixels (number, EX: “30” ) | Specifies the height of the image | |
|
|
| % | in pixel or percent. |
|
|
|
| |
| width | Pixels (number, EX: “30” ) | Specifies the width of the image in | |
|
|
| % | pixel or percent. |
|
|
|
| |
|
|
|
|
|
2 - 6