FlashPix

FlashPix
Filename extension .fpx
Type of format bitmap image file
Extended from IVUE

FlashPix is a bitmapped computer graphics file format where the image is saved in more than one resolution. [1] Although this makes it larger even than a TIFF file of the same resolution, its design anticipated that when an HTTP request is sent for the file by a browser plugin implementing the format, only the image compatible with the current screen resolution is returned to the browser, saving on bandwidth and download time.[2]

History

FlashPix is based on the IVUE file format, the tiled/multi-resolution image file format that was used by the Live Picture software (Live Picture Inc). In 1995, a consortium of Eastman Kodak (PhotoCD), Microsoft, Hewlett-Packard, and Live Picture Inc were looking for a powerful image file solution, and Live Picture's solution was the best approach for handling large image files.

Technical Overview

FlashPix files have the .fpx file extension. FlashPix uses Microsoft's structured storage format[3] which stores hierarchical data in a single file.

Each image is stored with its sub-resolutions. Each resolution is divided by 2, until the entire image can fit in a single tile. Tile size is variable, but the default usage is to have 64 x 64 pixel tiles (IVUE was using 256 x 256 pixels). Each tile can be compressed independently of other tiles using various algorithms (LZH, JPEG, RLE). Each pixel can have any number of channels of any size (for instance a 16 bits CMYK image), interleaved or not. Including Alpha channel.

The result is a file bigger than the original (at the same compression), but never more than 33% bigger. It allows efficient access to only the needed parts of the image without having to read the entire file.

For a 10200 x 7650 16 bits CMYK image using 64 x 64 tiles, as a normal uncompressed image would occupy 595 MB of disk space. FlashPix, however, will store:

Total size: ~ 793 MB

A viewer (such as photo editing software) will access only the needed part. In the worst case, for a 1680 x 1050 display, 53 x 33 tiles (56 MB) are needed in memory, whatever portion of the image is being used.

References

  1. "FlashPix Format Specification" (PDF).
  2. "TechWeb: TechEncyclopedia". TechWeb. September 1, 2006.
  3. "AI3A Standards - Initiatives- Flashpix". International Imaging Industry Association. September 1, 2006.
This article is issued from Wikipedia - version of the 2/20/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.