DITABIS file format plugin for Photoshop
The plugin adds the ability to Open DITABIS files of the following types:
Плагин добавляет возможность открывать DITABIS файлы следующих типов:
- .IPL Image data first channel, 16 bit per pixel
.IPH Image data second channel, 16 bit per pixel
.IPR Reflected light data, 16 bit per pixel
.IPC Image data, both channels combined, 16,24 or 36 Bit per Pixel
Two passes are made on the image data, the first pass finds the maximum data value, and the second pass gives the data to Photoshop, scaling each input value so that the highest pixel value passed to Photoshop is 0xffff (65535).
File Info (IPTC-NAA metadata) is constructed as follows:
- Caption is set to the text following the COMMENT header
(preceded by MAGNIFICATION line if its value is other than 1) - All other header fields are entered as Keywords.
- HEADER = Length of header (If HEADER is absent, 2048 is assumed.)
YPIXEL = Number of pixel in Y
XPIXEL = Number of pixel in X
BYTE PER PIXEL = Data depth in byte, 2,3 or 4