2017-12-21 00:44:07 +01:00
|
|
|
libfpx (A library for manipulating FlashPIX images)
|
|
|
|
|
2022-02-05 22:18:01 +01:00
|
|
|
FlashPix is a bitmapped computer graphics file format where the image
|
|
|
|
is saved in more than one resolution. 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.
|
2017-12-21 00:44:07 +01:00
|
|
|
|
|
|
|
It can be used as an ImageMagick or GraphicsMagick delegate to convert
|
|
|
|
from FlashPIX format.
|