FlashPix
From Just Solve the File Format Problem
(Difference between revisions)
m |
(Expanded this page) |
||
Line 7: | Line 7: | ||
}} | }} | ||
== Overview == | == Overview == | ||
− | '''Kodak FlashPix''' ('''FPX''') is a raster image file format. | + | '''Kodak FlashPix''' ('''FPX''') is a complex raster image file format intended for use with photographic images. |
+ | |||
+ | A FlashPix file contains either a single image, or multiple representations of the same image at different resolutions. | ||
+ | |||
+ | The format is tile-oriented. Images may use [[JPEG]] compression, or be uncompressed. | ||
+ | |||
+ | == Identifiers == | ||
+ | * Macintosh file type: <code>FPix</code> | ||
+ | |||
+ | == Identification == | ||
+ | Files begin with an 8-byte signature: <code>D0 CF 11 E0 A1 B1 1A E1</code>. | ||
== Related formats == | == Related formats == | ||
Line 15: | Line 25: | ||
* [http://graphcomp.com/info/specs/livepicture/fpx.pdf FlashPix Format Specification Version 1.0] | * [http://graphcomp.com/info/specs/livepicture/fpx.pdf FlashPix Format Specification Version 1.0] | ||
− | == | + | == Software == |
+ | * Flashpix OpenSource Toolkit (libfpx): [http://www.imagemagick.org/download/delegates/ ImageMagick delegates] → libfpx-* | ||
+ | |||
+ | == Sample files == | ||
+ | * [http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6/PerlMagick/t/fpx PerlMagick test files] | ||
+ | |||
+ | == Resources == | ||
* [[Wikipedia:FlashPix|Wikipedia article]] | * [[Wikipedia:FlashPix|Wikipedia article]] | ||
* [http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/FlashPix.html ExifTool FlashPix Tags] | * [http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/FlashPix.html ExifTool FlashPix Tags] |
Revision as of 19:41, 12 April 2013
Contents |
Overview
Kodak FlashPix (FPX) is a complex raster image file format intended for use with photographic images.
A FlashPix file contains either a single image, or multiple representations of the same image at different resolutions.
The format is tile-oriented. Images may use JPEG compression, or be uncompressed.
Identifiers
- Macintosh file type:
FPix
Identification
Files begin with an 8-byte signature: D0 CF 11 E0 A1 B1 1A E1
.
Related formats
The Exif specification defines a way to store some of the data from a FlashPix file in an Exif-compliant JPEG file.
Specifications
Software
- Flashpix OpenSource Toolkit (libfpx): ImageMagick delegates → libfpx-*