THN logo

THN Solutions

Image Loader

SunFire includes a native image loader for popular image types. Using SunFire, one can start developing quickly without the need for custom format support.

In case a format is not yet supported by SF but the current operating system supports it, SF will ask the operating system to load the file. The developer does not need to know whether the file is loaded by SF or the operating system. The loader switching occurs behind the scene transparently.

If the developer decides to write his own implementation, he can write custom image loader/writer and register it to SunFire.

Image File Format Compatibility Table

The following table lists formats currently supported natively by SunFire.

: Supported natively

: Supported via platform

: Not supported yet


File Ext.
Name Variation
Read
Write
*.BMP

 Windows Bitmap File

 * 2-bit

 * 8-bit

 * 24-bit

 * 32-bit

*.PNG
 Portable Network Graphic File

 * 24-bit

 * 24-bit interlaced

 * 32-bit

 * 32-bit interlaced

*.JPG
 Joint Photographic Experts Group

 * EXIF

 * JFIF

 * Jpeg2000

*.TIFF
 Tagged Image File Format  

(This list is updated on March 1, 2008)