File: README

package info (click to toggle)
jpeginfo 1.5a-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 260 kB
  • ctags: 92
  • sloc: sh: 1,507; ansic: 1,134; makefile: 91
file content (64 lines) | stat: -rw-r--r-- 1,853 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64

Jpeginfo v1.5  Copyright (c)  Timo Kokkonen, 1995-1998.


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

TESTED PLATFORMS
	Linux
	Solaris
        IRIX
	HP-UX

INSTALLATION
	Installation should be very straightforward, just unpack the
	tar file, run configure script, and then compile the program. 
	You may wanna do something like this:

		gunzip -c jpeginfo-1.5.tar.gz | tar xf -
		cd jpeginfo
		./configure
		make
		make strip
		make install

	NOTE! if 'configure' cannot find libjpeg.a or jpeglib.h, then
	you must use the --with-jpeglib option when running configure,
	see 'configure --help'.


HISTORY
	v1.5   - configuration is now done with GNU autoconf, 
		 program now uses free MD5 algorithm,
		 added filesize as new field on reports,
		 program now returns exitcode 1 if one or more of the jpegs
		 had any errors, useful for testing if particular jpeg is
	         ok from shell scripts, 
	         also if you specify -q (--quiet) option twice on
		 command line, then program won't produce any output.
	v1.4   - added support for calculating MD5 checksums.
	v1.3   - alternative listing format (-l switch) added.
	         new column on reports displaying wether jpeg is 
		 progressive or normal (P/N).
		 new switch -i for printing out even more information
	         about pictures: coding, density, CCIR601 sampling.
	         new switch -f for passing filenames to program from
	         file or stdin.
	v1.2   - improved support for other platforms, minor fixes
        v1.1.2 - small fixes, improvements to Makefile
	v1.1   - modified to use Independent JPEG Group's new v.6a library,
		 minor fixes.
	v1.0   - first public release


LATEST VERSION

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



Timo <tjko@jyu.fi>
14-Jan-1998