Specifications

Aastra July 2014 PA-001011-03-04
166
HTTP
HTTPS
The area available to display the picture is 320x240 pixels, the phone uses the provided width and
height tags as the display zone, if the image sent is bigger than the display zone, the picture is
clipped using the top left corner as the origin of the clipping area.
Same thing if the width or height is larger than the supported resolution, the phone will use the
minimum value and will clip if needed.
If the phone cannot retrieve the picture using the provided URL, the “unknown” image is displayed.
4.2.1.3 Implementation on the 6739i
The image tag is used by the ImageScreen and ImageMenu XML objects.
Format
The 6739i supports 24 bits depth png or jpeg files, the image tag must include the URL to retrieve
the png or jpegfile. The supported protocols are:
TFTP
FTP
HTTP
HTTPS
The area available to display the picture is 380x340 pixels, the phone uses the provided width and
height tags as the display zone, if the image sent is bigger than the display zone, the picture is
clipped using the top left corner as the origin of the clipping area.
Same thing if the width or height is larger than the supported resolution, the phone will use the
minimum value and will clip if needed.
If the phone cannot retrieve the picture using the provided URL, the “unknown” image is displayed.
4.2.2 Icons
4.2.2.1 Implementation on the 55i/57i/57iCT/6735i/6737i
On top of images, the 6755i, 6757i, 6757i CT, 6735i and 6737i support icons in some XML objects:
TextMenu
Custom softkeys
Format
The icons use the same encoding format than the images: two hex characters map to one byte of
pixel data, where each bit represents a pixel, the icon data describes the icon from left to right.
Icons are 8 pixels high and a multiple of 6 pixels wide.
As the font used by the phone is 7 pixels high, in order to align the icons with the labels, it is
recommended to use icons with the first row of pixel (from the bottom) empty. Also it is
recommended to leave the last column empty to leave a space between the icon and the label.
In the following example which is a single cell icon, it is recommended to use 5x7 icons.