diff options
author | Icaro Perseo <icaroperseo@riseup.net> | 2016-08-19 18:41:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:49:48 +0700 |
commit | a436c466b3dbe6879512aa8dcaa9793e9227e698 (patch) | |
tree | 9e22e66571e837088bfe650c5daefdaee3b191e7 /graphics/imgmin/README | |
parent | 7b6bec4a4294e24c53bf25a6675b2b841fd9d221 (diff) |
graphics/imgmin: Added (Automated lossy JPEG optimization).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/imgmin/README')
-rw-r--r-- | graphics/imgmin/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/imgmin/README b/graphics/imgmin/README new file mode 100644 index 000000000000..100c39786528 --- /dev/null +++ b/graphics/imgmin/README @@ -0,0 +1,22 @@ +imgmin is a CLI app uses a lossless mechanism to generate the optimized images +by manipulating pixel blocks. imgmin offers an automated means for enforcing +image quality as a standalone tool and as a webserver module. imgmin +determines the optimal balance of image quality and filesize, often greatly +reducing image size while retaining quality for casual use, which translates +into more efficient use of storage and network bandwidth, which saves money +and improves user experience. + +The JPEG quality settings most used by graphics professionals tend to be +highly conservative because Compression and image quality are inversely +proportional and graphics people are interested in utmost visual quality and +not in spending time worrying about network efficiency. + +The result of overly conservative JPEG compression and webservers' inability +to compress them any further means that many images on the web are too large. +JPEG's overwhelming popularity as the most common image format means that many +pages contain dozens of JPEG images. + +These bloated images take longer to transfer, leading to extended load time, +which does not produce a good viewer experience. + +This software is licensed under the MIT license. |