Index of /etu

      Name                    Last modified       Size  Description

[DIR] Parent Directory 24-Jul-2010 10:54 - [DIR] .git/ 24-Jul-2010 10:54 - [TXT] AUTHORS 24-Jul-2010 10:54 1k [TXT] COPYING 24-Jul-2010 10:54 2k [TXT] ChangeLog 24-Jul-2010 10:54 1k [TXT] INSTALL 24-Jul-2010 10:54 1k [TXT] Makefile.am 24-Jul-2010 10:54 1k [TXT] NEWS 24-Jul-2010 10:54 1k [TXT] README 24-Jul-2010 10:54 1k [TXT] TODO 24-Jul-2010 10:54 1k [   ] autogen.sh 24-Jul-2010 10:54 1k [TXT] configure.in 24-Jul-2010 10:54 3k [DIR] contrib/ 24-Jul-2010 10:54 - [DIR] doc/ 24-Jul-2010 10:54 - [TXT] etu.c.in 24-Jul-2010 10:54 1k [TXT] etu.spec.in 24-Jul-2010 10:54 1k [TXT] gendoc 24-Jul-2010 10:54 1k [DIR] m4/ 24-Jul-2010 10:54 - [DIR] src/ 24-Jul-2010 10:54 -

README File for etu 

ABOUT
-----
ETU or the Enlightenment Thumbnailing Utility utilizes imliob2.

See INSTALL file to build and install.

USAGE
-----

Etu can be used one of four ways:

	- rescale a single image
	- check to see if a single image needs to be re-scaled (disk cache)
	- rescale an entire directory 
	- check files in a directory to see if they need to be re-scaled (disk
		cache)

EXAMPLES
--------

Scale a single png image to 80x80 pixels with 60% quality, rename it 
to outfile.png

	etu -i filename.png -w 80 -h 80 -q 60  -o outfile.png

Simply repeat the command to see if outfile.png needs updated.

Scale a directory of images called my-images/ and send them to thumb-images/,
change them to 100x100 px with as little loss as possible:

	etu --src /path/to/my-images/ -d thumb-images -w 100 -h 100 -q 100 

Rerun to refresh.