| Extension
| Type
| Description
| Available
| Cost
| Source Avail.
| Proprietary
|

| ART
| ART sprite file collection
| An ART file, as used in the games Nibbler, Vintage Hyperactive, and VintageLF8R-based games to store 8-bit sprite collections.
| Yes
| FREE
| Yes
| No
|

| BMP
| Windows Bitmap Image
| Deserializes BMP image file (windows bitmap image). Covers all headers from BITMAPCOREINFO to BITMAPV5INFO. Does not parse image pixels.
| Yes
| FREE
| Yes
| No
|

| GIF
| Graphical Image File (CompuServe)
| Deserializes a Graphical Image File (GIF) commonly used to display compressed web-based raster images (non-photograph quality). Does not employ LZW to further break down pixel data.
| Yes
| FREE
| Yes
| No
|

| ICO, CUR
| Microsoft Icon/Cursor Format
| Deserializes icon files, such as those used as icon resources to represent Win32 file icons, cursors, and other small incidental bitmaps. This I.F. does not deserialize image pixels.
| Yes
| FREE
| Yes
| No
|

| JPG, JPEG, JFIF
| Joint Photographic Experts Group
| A JPEG File, also known as a JFIF (JPEG Format Interchange File), characterizes compressed, photograph-quality images.
| Yes
| FREE
| Yes
| No
|

| PNG
| Portable Network Graphics
| Portable web-based image file in PNG format. Does not parse image pixels.
| Yes
| FREE
| Yes
| No
|

| TIF, TIFF
| Tagged Image File Format
| An image file represented as indexed tags. This I.F. does not break down image pixels beyond individual strip storage, nor does it identify exact image pixels (only strip offsets are identified).
| Yes
| FREE
| Yes
| No
|