Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otaviof/perl-image_optimizer
This project is about image optimization, a wish to reproduce, as accurately as possible, Yahoo's results on Smush-it service.
https://github.com/otaviof/perl-image_optimizer
Last synced: about 1 month ago
JSON representation
This project is about image optimization, a wish to reproduce, as accurately as possible, Yahoo's results on Smush-it service.
- Host: GitHub
- URL: https://github.com/otaviof/perl-image_optimizer
- Owner: otaviof
- Created: 2010-08-01T21:32:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-05T16:33:59.000Z (almost 14 years ago)
- Last Synced: 2023-03-10T21:47:51.172Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Image::Optimizer
****************This little project is a wish to reproduce, as accurately as possible,
Yahoo's results on Smush-it. This service offers general image optimization,
very useful indeed.-- Installation:
To install this module, run the following commands:
$ perl Makefile.PL
$ make
$ make test # TEST_VERBOSE=1
# make installPlease read the tests (t/) for understand how this software works.
-- Support and Documentation:
After installing, you can find documentation for this module with the
perldoc command.$ perldoc Image::Optimizer
-- License and Copyright:
Copyright (C) 2010 Otavio Fernandes
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.See http://dev.perl.org/licenses/ for more information.