 |
Image formats in Sygic software
Sygic software uses 2 types of images - low-quality 8-bit BMP files with
limited transparency, or 32-bit BMP images, with full color and full
transparency.
8-bit BMP files
-
Similar format as GIF - also uses palette, consisting of 256 colors.
-
Recomended for usage without transparency
32-bit BMP files
-
Similar format as PNG - full color, with full 8-bit transparency channel.
-
NOTE: 32bit per pixel consists of: 8bit - RED | 8bit - GREEN | 8bit - BLUE |
8bit - ALPHA
How to convert PNG files to 32-bit BMP in freeware
-
Download the GIMP freeware from www.gimp.org .
-
Use the software to convert the bitmap.
How to convert PNG files to 32-bit BMP in Adobe Photoshop
-
Download Sygic.atn
file.
-
Open Photoshop Actions window (Window -> Actions Alt+F9)
-
Load Sygic.atn file (Actions Context Menu -> Load Actions...)
NOTE: By default, actions are in the folder c:\Program Files\Adobe\Adobe
Photoshop CS2\Presets\Photoshop Actions\
-
Open the PNG (or other standard transparent format) file and run the action PNG
2 BMP (32bit), or run Batch job (File -> Automate -> Batch)
Naming conventions for bitmap files
Name of each bitmap should begin with number. This number represents
Bitmap size index (BSI). BSI is automatically computed from screen resolution
or preset from settings.ini (key IconSize).
Sygic DRIVE defines following size indexes
-
1 = 100% (screen resolution 320x240 px)
-
2 = 130% (screen resolution 480x272 px)
-
3 = 150% (screen resolution 480x320 px)
-
4 = 200% (screen resolution 640x480 px)
-
5 = 250% (screen resolution 800x600 px)
-
6 = 300% (screen resolution 1024x768 px)
Example of naming convention for one Icon:
-
1_myIcon.bmp
-
2_myIcon.bmp
-
3_myIcon.bmp
-
4_myIcon.bmp
-
5_myIcon.bmp
-
6_myIcon.bmp
If the bitmap is used as POI icon, in case of POI warning the used icon index is
greater by 2. For POI icons the Index 7 and 8 is supported as well.
|
|