diff options
Diffstat (limited to 'graphics/libfpx/README')
-rw-r--r-- | graphics/libfpx/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libfpx/README b/graphics/libfpx/README new file mode 100644 index 0000000000000..457fbd1640f70 --- /dev/null +++ b/graphics/libfpx/README @@ -0,0 +1,11 @@ +libfpx (A library for manipulating FlashPIX images) + +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. + +It can be used as an ImageMagick or GraphicsMagick delegate to convert +from FlashPIX format. |