"Fossies" - the Fresh Open Source Software Archive

Member "jpeginfo-1.6.1/README" (12 Oct 2009, 2198 Bytes) of package /linux/privat/old/jpeginfo-1.6.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 Jpeginfo v1.6.1  Copyright (c)  Timo Kokkonen, 1995-2009.
    3 
    4 
    5 REQUIREMENTS
    6 	jpeglib, Independent JPEG Group's jpeg library version 6a or
    7         version 7 (or later version)
    8 
    9 TESTED PLATFORMS
   10 	Linux
   11         OS X (Snow Leopard)
   12 	Solaris
   13         IRIX
   14 	HP-UX
   15 
   16 INSTALLATION
   17 	Installation should be very straightforward, just unpack the
   18 	tar file, run configure script, and then compile the program. 
   19 	You may wanna do something like this:
   20 
   21 		gunzip -c jpeginfo-1.6.0.tar.gz | tar xf -
   22 		cd jpeginfo-1.6.0
   23 		./configure
   24 		make
   25 		make strip
   26 		make install
   27 
   28 	NOTE! if 'configure' cannot find libjpeg.a or jpeglib.h, then
   29 	you must use the --with-jpeglib option when running configure,
   30 	see 'configure --help'.
   31 
   32 
   33 HISTORY
   34 	v1.6.1 - support for new libjpeg v7 thanks to Guido Vollbeding,
   35 		 fix to display of 8bit characters by Pierre Jarillon
   36 	v1.6.0 - added support for printing out Comments (from COM
   37 	         markers), Exif format images are now also recognized
   38 	         (no Exif marker decoding functionality, though).
   39 	v1.5   - configuration is now done with GNU autoconf, 
   40 		 program now uses free MD5 algorithm,
   41 		 added file size as new field on reports,
   42 		 program now returns exit code 1 if one or more of the jpegs
   43 		 had any errors, useful for testing if particular jpeg is
   44 	         ok from shell scripts, 
   45 	         also if you specify -q (--quiet) option twice on
   46 		 command line, then program won't produce any output.
   47 	v1.4   - added support for calculating MD5 checksums.
   48 	v1.3   - alternative listing format (-l switch) added.
   49 	         new column on reports displaying whether jpeg is 
   50 		 progressive or normal (P/N).
   51 		 new switch -i for printing out even more information
   52 	         about pictures: coding, density, CCIR601 sampling.
   53 	         new switch -f for passing filenames to program from
   54 	         file or stdin.
   55 	v1.2   - improved support for other platforms, minor fixes
   56         v1.1.2 - small fixes, improvements to Makefile
   57 	v1.1   - modified to use Independent JPEG Group's new v.6a library,
   58 		 minor fixes.
   59 	v1.0   - first public release
   60 
   61 
   62 LATEST VERSION
   63 
   64 	Latest version is always available from:
   65 		http://www.iki.fi/tjko/projects.html
   66 
   67 
   68 
   69 Timo <tjko@iki.fi>
   70 11-Oct-2009