Skip to content

Releases: tjko/jpeginfo

v1.7.1

29 Oct 19:09
Compare
Choose a tag to compare

What's Changed

  • Add --files-from and --files-stdin options
  • Fix -j option
  • Lot of code cleanup by Kurt Schwehr
  • Other minor fixes.

Full Changelog: v1.7.0...v1.7.1

v1.7.0

16 Jan 07:55
Compare
Choose a tag to compare
  • Update report formats new "markers" column that lists known APP markers (tags), and separate additional information
    column that lists additional information like coding used in the image.
  • 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 digest support (--sha512),
  • Other minor fixes

Full Changelog: v1.6.2...v1.7.0

v1.6.2

08 Jan 06:38
Compare
Choose a tag to compare
  • Add SHA256 digest support (--sha256 or -2)
  • Improved Win32 support thanks to tumagonx
  • Other minor fixes