Enclosed are C source code and a DOS executable for jpegdump, a JPEG file inspection program.
Enclosed are C source code and a DOS executable for jpegdump, a JPEG file
inspection program. The documentation, such as it is, is in the initial
comments in jpegdump.c. Basic usage is:
jpegdump jpeg file name(s)
which will print basic info about each file (image dimensions, quality
setting, sampling ratios). You can vary the amount of information printed
with switches -q and -v (multiple -v's get even more verbose).
jpegdump was written by Allan Hessenflow, with modifications by Tom Lane.
It is free but copyrighted.
File List:
JPEGDUMP.C
23Kb
JPEGDUMP.EXE
31Kb
README
1Kb
Similar code
Small JPEG decoder library
(Popularity: ) : Free JPEG decoder library (LGPL license), written in C++ and assembler. Includes extensive MMX instruction set specific optimizations. JPEG compression sources
(Popularity: ) : This distribution contains the second public release of the Independent JPEGGroup's free JPEG software.