Docs /
Png
This isn't a medical image format either but included here as a replacement for the (formerly) patent burdened Gif format. The format does require the libpng library being installed on your system. Although it will read most files, internally we only work with a 256 indexed palette. And to simplify things further, no exotic features like alpha channels or interlacing is supported. Contrary to GIF, this is a single image format. So writing a volume to PNG will result in separate files for each image slice. Just so you know, we do include patient/scan info in a comment chunck.
Format: PNG | ||
Item | Supported | Unsupported |
Color Map | 256 indexed palette, (RGB & alpha) | - |
File Endian | big | little |
Pixel Types | Uint8, (unsigned 1bit to 16bit) | any other integers, float, double |
Scaling Factors | quantify & calibrate factors per image are NOT supported | |
Dimensions / Image | different dimensions for each image are supported | |
Pixel Types / Image | different pixeltypes for each image are NOT supported |
<< GIF89a | Documentation | ECAT 6/7 >>