diff options
author | B. Watson <yalhcru@gmail.com> | 2017-12-20 23:44:07 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:32 +0700 |
commit | b89af10eb3e885bf8ef78c8ee5ac100a3fc534be (patch) | |
tree | a4e2333199da643f2fbacf65105a70747762b8ec /graphics/libfpx/slack-desc | |
parent | f01ffa798d72b60465726910f881baae696a7d5e (diff) | |
download | slackbuilds-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/slack-desc')
-rw-r--r-- | graphics/libfpx/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/libfpx/slack-desc b/graphics/libfpx/slack-desc new file mode 100644 index 0000000000..15898bbf1b --- /dev/null +++ b/graphics/libfpx/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libfpx: libfpx (A library for manipulating FlashPIX images) +libfpx: +libfpx: FlashPix is a bitmapped computer graphics file format where the image +libfpx: is saved in more than one resolution. Although this makes it larger +libfpx: even than a TIFF file of the same resolution, its design anticipated +libfpx: that when an HTTP request is sent for the file by a browser plugin +libfpx: implementing the format, only the image compatible with the current +libfpx: screen resolution is returned to the browser, saving on bandwidth +libfpx: and download time. +libfpx: +libfpx: |