summaryrefslogtreecommitdiff
path: root/graphics/libfpx/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2017-12-20 23:44:07 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-21 08:19:32 +0700
commitb89af10eb3e885bf8ef78c8ee5ac100a3fc534be (patch)
treea4e2333199da643f2fbacf65105a70747762b8ec /graphics/libfpx/README
parentf01ffa798d72b60465726910f881baae696a7d5e (diff)
downloadslackbuilds-b89af10eb3e885bf8ef78c8ee5ac100a3fc534be.tar.gz
graphics/libfpx: Added (A library for manipulating FlashPIX images).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/libfpx/README')
-rw-r--r--graphics/libfpx/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libfpx/README b/graphics/libfpx/README
new file mode 100644
index 0000000000..457fbd1640
--- /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.