LEADTOOLS supports the following Kodak formats:
PhotoCD (PCD). This is a common high-resolution format for images on CD-ROM. An image file can contain one or more physical resolutions, with fixed dimensions. You can choose which resolution to load, and thus control the size of the resulting bitmap.
You cannot write PhotoCD files. They are read-only.
File constants associated with this file format are:
Constant | Read Support | Write Support | Description |
Pcd | 8, 24 BPP | None | Kodak PhotoCD. |
Fpx | 8, 24 BPP | 8, 24 BPP | FlashPix, with no compression. |
FpxSingleColor | 8, 24 BPP | 8, 24 BPP | FlashPix, compressed with the single color method. |
FpxJpeg | 8, 24 BPP | 8, 24 BPP | FlashPix, compressed with JPEG, using the default Q factor. |
FpxJpegQFactor | 8, 24 BPP | 8, 24 BPP | FlashPix, compressed with JPEG, using a specified Q factor. |
NOTE: This format does not support LEAD's redirected IO feature, therefore it cannot be used with the overloads of Load that take an input stream parameter or FeedLoad.
Related Formats: CRW - Canon RAW Format, DCR - Kodak Professional Digital Camera Format, DCS - Kodak Professional Digital Camera System Format, EXIF - Exif Formats, KDC - Kodak Digital Camera Format.
Platforms: .NET 2/3, .NET 4