wp-xyz / exif_spy

Tool for peeking into the binary structure of exif metadata of picture files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExifSpy

Tool for peeking into the binary structure of exif metadata of picture files.

Screenshot

Features

  • Navigate through the jpeg file structure
  • Navigate through the EXIF tag directories
  • Display and analyze binary metadata records (EXIF, IPTC, XMP)
  • Display and analyze jpeg ICC color profiles
  • Embedded hex viewer combining the bytes beginning at the cursor position to conventional data types in both big endian and little endian byte order.

Compilation

The application is distributed as Free Pascal source code only. It can be compiled with Lazarus v2.0 or later.

Besides the packages SynEdit and TurboPowerIPro which are contained in the Lazarus distribution it requires the run-time package fpexif which is available via the Online-Package-Manager of the Lazarus IDE.

Credits

About

Tool for peeking into the binary structure of exif metadata of picture files.

License:MIT License


Languages

Language:Pascal 100.0%