Polycom SIP 3.1 Telephone User Manual


 
Developer’s Guide SoundPoint IP / SoundStation IP
2 - 6
Image Tags
The following image tag is supported:
<img>—Defines an image
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 16-color
BMP format would be most appropriate.
The SoundPoint IP 670 LCD supports 12-bit color.
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.
The following attributes are supported:
Note
The "align", "border", "hspace", and "vspace" attributes of the image element are
not supported in XHTML 1.0 Strict DTD.
Attribute Value/s Description
src URL
(Ex:
“http://www.topxml.com/images/to
pxml_site.gif”
or ”c:\images\img1.jpg” )
The URL of the image to display
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.