diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-05 16:18:01 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:07 +0700 |
commit | 5dd0d5768d33529ef16a79cb022e159cc85f5a19 (patch) | |
tree | ec3caf6907bff43e7b0f345be2fc8623122ec7bc /graphics/libfpx | |
parent | 7884f9e2207e357a07f01d23f9a48aa8b9084836 (diff) | |
download | slackbuilds-5dd0d5768d33529ef16a79cb022e159cc85f5a19.tar.gz |
graphics/libfpx: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/libfpx')
-rw-r--r-- | graphics/libfpx/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/libfpx/README b/graphics/libfpx/README index 457fbd1640..4021162491 100644 --- a/graphics/libfpx/README +++ b/graphics/libfpx/README @@ -1,11 +1,12 @@ 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. +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. |