LEADTOOLS Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.22
File Formats: Kodak Formats (PCD and FPX)

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.
Required DLL: Leadtools.Codecs.Pcd.Dll, Leadtools.Codecs.Fpx.dll. For a listing of the exact DLLs needed, based on the toolkit version, refer to Files To Be Included With Your Application .

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