
Jpegoptim v1.2.2  Copyright (c)  Timo Kokkonen, 1996,2002.


REQUIREMENTS
	Independent JPEG Group's jpeg library version 6a or later
	(jpegsrc.v6a.tar.gz)

TESTED PLATFORMS
	Linux
	Solaris 


INSTALLATION
	Installation should be very straightforward, just unpack the
	tar file, make nesessary changes to the Makefile,  and then 
        compile the program. You may wanna do something like this:

		zcat jpegoptim-1.2.2.tar.gz | tar xf -
		cd jpegoptim-1.2.2
		./configure
		make
		make strip
		make install


HISTORY
	v1.2.2 - Now Exif and COM markers are not discarded
                 (all other markers are discarded as before).
	         New options --strip-all, --strip-exif, and --strip-com
	         added for controlling what markers to strip.
	v1.2.1 - fixed buggy temp file handling
	v1.2.0 - Added new options --overwrite and --preserve.
		 GNU autoconf support added, also.
	v1.1   - new -f option, and other minor changes, improved
	 	 support for other platforms
	v1.0a  - some changes in docs & makefile
	v1.0   - first public release



LATEST VERSION

	Latest version is always available from:
		http://www.iki.fi/tjko/projects.html



Timo <tjko@iki.fi>
09-Dec-2002

