• Stars
    star
    141
  • Rank 259,971 (Top 6 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created about 13 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

jpeginfo - prints information and tests integrity of JPEG/JFIF files
Jpeginfo v1.7.1beta  Copyright (c) 1995-2023, Timo Kokkonen.


REQUIREMENTS
	Independent JPEG Group's jpeg library (libjpeg) version 6b or later.
	(Alternatively should also work with libjpeg-turbo or mozjpeg)

TESTED PLATFORMS
	Linux
	MacOS
	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 want to do something like this:

		gunzip -c jpeginfo-1.7.0.tar.gz | tar xf -
		cd jpeginfo-1.7.0
		./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.7.1 - add --files-from and --files-stdin,
	         minor fixed.
        v1.7.0 - support for CSV output (--csv),
	         support for JSON output (--json),
	         add support for reading input file from stdin (--stdin),
		 add support for displaying column names (--header),
		 add SHA-512 sigest support (--sha512),
	         other minor fixes.
	v1.6.2 - add SHA-256 digest support (--sha256 or -2),
	         improved Win32 support thanks to tumagonx,
		 other minor fixes.
	v1.6.1 - support for new libjpeg v7 thanks to Guido Vollbeding,
		 fix to display of 8bit characters by Pierre Jarillon
	v1.6.0 - added support for printing out Comments (from COM
	         markers), Exif format images are now also recognized
	         (no Exif marker decoding functionality, though).
	v1.5   - configuration is now done with GNU autoconf,
		 program now uses free MD5 algorithm,
		 added file size as new field on reports,
		 program now returns exit code 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 whether 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.iki.fi/tjko/projects.html


ACKNOWLEDGEMENT

	- MD5 message-digest allgorithm used is public domain implementation
	  written by Colin Plumb.
	- SHA-2 message-digest algorithm used is public domain implementation
	  by D. J. Bernstein (from NaCl library).



Timo <[email protected]>
15-Jan-2023

More Repositories

1

jpegoptim

jpegoptim - utility to optimize/compress JPEG files
C
1,582
star
2

fanpico

Fanpico: Open Source Programmable PWM (PC) Fan Controller
C
126
star
3

riden-flashtool

Riden RD6006 Firmware Update Flash Tool
Python
66
star
4

nxgipd

nxgipd - a monitoring daemon for UTC Interlogix / GE Security / Caddx NetworX series alarm systems
C
39
star
5

sunspec-monitor

Monitoring Sunspec (Modbus TCP) compatible Solar Inverters
Perl
36
star
6

tiny-picoprobe

Tiny PicoProbe PCB
19
star
7

brickpico

BrickPico - Open Source LED Light Controller
C
8
star
8

fan-test-adapter

Adapter PCB board for easily testing PC (PWM) fans.
6
star
9

fanpico-monitor

Application for monitoring FanPico units.
Python
6
star
10

scpi-lite

Light-weight SCPI library for easy scripting access to instruments
Python
5
star
11

readiso

readiso - reads ISO9660 and other format cd-roms into image files
Shell
5
star
12

WireScan

WireScan: a tiny Arduino library for scanning I2C bus
C++
4
star
13

cddaread

cddaread - utility to read audio track(s) from CD into digital audio file (SGI IRIX)
Shell
4
star
14

pico-lfs

LittleFS Interface Library for Raspberry Pi Pico W C SDK
C
4
star
15

pico-telnetd

Telnet Server for Raspberry Pi Pico W
C
3
star
16

ucs-millennium-falcon-led-controller

WiFi enabled LED light controller for UCS Millennium Falcon LEGO set.
C++
2
star
17

sauron

Sauron - DNS & DHCP Management System
Perl
2
star
18

TinyTZ

Small Arduino Timezone library that supports POSIX TZ strings
C++
2
star
19

to99-to-dip8-adapter-pcb

TO-99 to DIP-8 adapter PCB
2
star
20

LED-Lamp-Auto-PowerOff

Arduino based module to allow easy retrofit of existing battery powered Lamps with auto power off feature.
C++
2
star
21

pico-1wire-lib

Lightweight 1-Wire Protocol C Library for Raspberry Pi Pico SDK
C
1
star
22

arduino-LANsensor

Arduino based Networked Temperature and Humidity Sensor
C++
1
star
23

ss_oled-lib

ss_oled (Small, Simple OLED library)
C
1
star