README 574 B

12345678910111213
  1. libfpx (A library for manipulating FlashPIX images)
  2. FlashPix is a bitmapped computer graphics file format where the image
  3. is saved in more than one resolution. Although this makes it larger
  4. even than a TIFF file of the same resolution, its design anticipated
  5. that when an HTTP request is sent for the file by a browser plugin
  6. implementing the format, only the image compatible with the current
  7. screen resolution is returned to the browser, saving on bandwidth and
  8. download time.
  9. It can be used as an ImageMagick or GraphicsMagick delegate to convert
  10. from FlashPIX format.