Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 install

Please 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.