Kodak Photo CD and FlashPix Formats (PCD and FPX)

LEADTOOLS supports the following Kodak formats:

You cannot write PhotoCD files. They are read-only.

The format of a FlashPix file is based on compound object storage, which allows storage of various kinds of data. A FlashPix file may consist of several "pages" where each "page" has storage for a source image, non-image data in the form of comments, transform data, and a stamp or thumbnail. Each image is stored as an entire multi-resolution hierarchy where each resolution in the hierarchy differs from the next highest resolution by a factor of 2 in the x dimension and in the y dimension. Non-image data are treated as comments in FlashPix file format. Comments are used to store information pertaining to the image, not actual pixel data. This information may include image title, image subject, camera manufacturer, scan software version number, and so forth. In addition to the image itself, FlashPix files store transform information. This data indicates transformations which may be performed on the source image. By storing the transforms, the source image may be stored in its original state and transformed, using the stored transforms, at your discretion. A stamp, or thumbnail, provides a small bitmap representation of a FlashPix image.

File constants associated with these file formats are:

Constant

Read Support

Write Support

Description

FILE_PCD

8, 24 BPP

None

[57] Kodak PhotoCD.

FILE_FPX

8, 24 BPP

8, 24 BPP

[80] FlashPix, with no compression.

FILE_FPX_SINGLE_COLOR

8, 24 BPP

8, 24 BPP

[81] FlashPix, compressed with the single color method.

FILE_FPX_JPEG

8, 24 BPP

8, 24 BPP

[82] FlashPix, compressed with JPEG, using the default Q factor.

FILE_FPX_JPEG_QFACTOR

8, 24 BPP

8, 24 BPP

[83] FlashPix, compressed with JPEG, using a specified Q factor.

Required DLL: LFPCD for PCD, LFFPX for FPX. 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 L_RedirectIO, L_LoadBitmapMemory, L_LoadMemory, L_SaveBitmapMemory, or L_FeedLoad.

Related Formats: CRW - Canon RAW Format, DCR - Kodak Professional Digital Camera Format, DCS - Kodak Professional Digital Camera System Format, EXIF - Exif FormatsKDC - Kodak Digital Camera Format.

Platforms

Win32, x64.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help