Image Tags - Polycom SIP 2.2.0 Developer's Manual

Sip 2.2.0 web application
Hide thumbs Also See for SIP 2.2.0:
Table of Contents

Advertisement

Developer's Guide SoundPoint IP / SoundStation IP

Image Tags

Note
Note
2 - 6
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.
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 "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
src
URL
(Ex:
"http://www.topxml.com/images/to
pxml_site.gif"
or "c:\images\img1.jpg" )
height
Pixels (number, EX: "30" )
%
width
Pixels (number, EX: "30" )
%
Description
The URL of the image to display
Specifies the height of the image
in pixel or percent.
Specifies the width of the image in
pixel or percent.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SIP 2.2.0 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents