|
|
Standard Viewer Readable Formats
|
|
|
|
| FP Image |
|
32 bit Floating Point, 16 bit Integer and 8 bit Byte |
|
|
|
8 bit Palette and 24 bit RGB |
| JPEG |
|
8 bit Gray Scale and 24 bit Color |
|
|
|
8 bit Gray Scale - (Raw P5) |
|
|
|
24 bit Color - (Raw P6) |
| DICOM |
|
|
| User Defined |
|
As defined by the user FMT files |
Standard Image Processor Readable Formats
|
|
|
|
| FP Image |
|
32 bit Floating Point, 16 bit Integer and 8 bit Byte |
| DICOM |
|
|
| User Defined |
|
As defined by the user FMT files |
Note: All 8 bit images (above) are converted to 8 bit IMG format when read from the viewer by the Image Processor. Other formats may be read by use of additional scripting instructions.
IMG Format
The IMG format is the native format used by FP Image.
The byte ordering is in little endian format. The minimum header
requires 5 entries as described below:
| Offset | Size |
|
|
|
|
Format ID (“IMP\0”) |
|
|
|
Pixel Data Type |
|
|
|
Width (in pixels) |
|
|
|
Height (in pixels) |
|
|
|
Offset to Pixel Data (in bytes) |
|
|
|
(OPTIONAL) DICOM TAGS to Follow (0x00007F7F) |
|
|
|
(OPTIONAL) Embedded Script Commands (“AUTOSCRIPT”) |
Note: Other variations include Compressed Integer images.