exiv2 VS exiftool

Compare exiv2 vs exiftool and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
exiv2 exiftool
12 249
856 2,860
1.6% 2.8%
9.2 7.0
7 days ago 11 days ago
C++ Perl
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

exiv2

Posts with mentions or reviews of exiv2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-18.
  • this concerns linux users with gimp
    1 project | /r/GIMP | 7 Jul 2023
    A change causing a crash has been identified in this version, depending on how applications using exiv2 pass data to it: https://github.com/Exiv2/exiv2/issues/2649.
  • Exiv2 updated with substantial jpegxl metadata feature fixes and additions (finally 🎉)
    1 project | /r/jpegxl | 8 May 2023
    Complete release notes
  • a good day for jxl (libjxl v0.8.0, and exiv2 v0.27.6)
    4 projects | /r/jpegxl | 18 Jan 2023
    In addition, this commit isn't available in 0.27.6 yet, so newer JXLs which use Brotli to compress metadata (e.g. files encoded with libjxl 0.7.0) will also show no metadata unless you build exiv2 from the main branch with BMFF (and rebuild dependents of exiv2).
  • Exiv2 Is Joining KDE
    1 project | news.ycombinator.com | 1 Feb 2022
  • Exif data from image file
    2 projects | /r/golang | 4 Dec 2021
    Thanks for the reply. I went a little bit deeper to get more out of images metadata using Exiv2/exiv2. It's getting everything from "exif" to "xmp" tags. And it's fairly maintained ! Only drawback, it's not written in GO. So I'm gonna call it using the cmdline ^^.
  • Up for Grabs
    2 projects | news.ycombinator.com | 13 Jun 2021
    some of these appear to not actually have curated tasks. it lists exiv2 for example which links to an issues tag on github, but it's empty https://github.com/Exiv2/exiv2/issues?q=label%3A%22good+firs...
  • Issue link to DigiKam support for JPEG XL
    2 projects | /r/jpegxl | 8 May 2021
    "WebP has been supported since 2016. You're right. I should add JXL. We only need to add a few lines of code to support JXL/bmff. JXL/codestream is still being negotiated by the standards committee and will add ICC support. Exiv2 doesn't provide ICC support for every image format." https://github.com/Exiv2/exiv2/issues/1466
  • How do you install exiftools via command line?
    2 projects | /r/archlinux | 4 May 2021
    exiv2 is a similar, but different program than exiftool.
  • Conditionally Batch Edit EXIF Header
    2 projects | /r/commandline | 19 Apr 2021
    Does jhead, exiftool, exiv2, etc., allow me to use a command or a series of commands to accomplish this goal?
  • Exiv2 now supports JXL/bmff
    2 projects | /r/jpegxl | 3 Apr 2021
    Great! Reading through issue 1503 though, this support is for EXIF and XMP data in the "container" version of the format. Support for an ICC profile in the "codestream" format (both bare files and inside a container format file) is in issue 1506 and left for future work. So the support is not complete, but a good step forward for the format.

exiftool

Posts with mentions or reviews of exiftool. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-05.
  • Ask HN: Best to store, index and categorize audio recordings
    1 project | news.ycombinator.com | 2 Mar 2024
    If you're doing a pipelined bulk processing pass to add metadata tags after extracting them via Speech to text, or have delimited notes in a text file, or ... etc.

    You might find ExifTool useful.

    It's pure commandline (with a few third party GUI's IIRC) multiplatform and purpose built to display, edit, add media tags to all sorts of AV files.

    https://exiftool.org/

  • Cleaning up my 200GB iCloud with some JavaScript
    8 projects | news.ycombinator.com | 5 Jan 2024
    > Any method that I've found to clean them up (exporting the originals, deleting them from the library, and then re-importing the JPEGs only seems easiest) will lose all of the years of metadata that I've built up in the library.

    The open source tool osxphotos (https://github.com/RhetTbull/osxphotos) can help with this. You can export the JPEG images while preserving metadata using the thrid-party exiftool utility:

    `osxphotos export /path/to/export --has-raw --skip-raw --exiftool`

    This exports all images that have a raw pair but skips the raw component then uses exiftool (https://exiftool.org/) to write the metadata (keywords, etc.) to the exported JPEG files. You can then re-import these into photos either by dragging them or by running `osxphotos import /path/to/export/*`

    Both the export and import commands have many other options for controlling export directory, etc. `osxphotos help export` or `osxphotos docs` to open docs in browser. (Disclaimer: I'm the author of osxphotos)

  • Is there a way to remove metadata from an image file?
    4 projects | /r/csharp | 7 Dec 2023
    Check out exiftool.org
  • EXIF Data from Cloud Stock Photo Used for Production of Satellite Video
    1 project | /r/AirlinerAbduction2014 | 7 Dec 2023
  • Locationator: Access Apple's Reverse Geocoding service from the command line, Services menu
    2 projects | /r/macapps | 30 Oct 2023
    Locationator also comes with an optional CLI that can be used to perform reverse geocoding on images from the command line or perform the reverse geocoding and then write the location data to the file's XMP metadata using exiftool. It also comes with two services for doing the same from the Finder or other apps using the Services menu.
  • Modifying "Media Creation Date" metadata in .m4v files?
    1 project | /r/pythontips | 28 Oct 2023
    Edit: Nevermind, I got it. I used PyExifTool and installed exiftool from exiftool.org.
  • Exploring EXIF
    5 projects | news.ycombinator.com | 6 Sep 2023
  • Canon PowerShot S95
    1 project | /r/AskPhotography | 9 Aug 2023
    May not work as not all camera store the serial number in the EXIF, but if you've got exiftool installed you can try running:
  • JPEG XL: How It Started, How It’s Going
    5 projects | news.ycombinator.com | 20 Jul 2023
    I think TIFF has some unique features that makes it more prone to certain security issues[1] compared to other formats, such as storing absolute file offsets instead of relative offsets. So I am not sure TIFF is a good container format, but many camera raws are TIFF-based for some reason.[2]

    [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=libtiff

    [2] https://exiftool.org/#supported (search for "TIFF-based")

  • How to keep file creation dates intact when importing to DSM?
    1 project | /r/synology | 10 Jul 2023
    I have struggled with this in the past, and I found the utility called exiftool quite useful.

What are some alternatives?

When comparing exiv2 and exiftool you can also consider the following projects:

MetadataExtractor - Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files

jExifToolGUI - jExifToolGUI is a multi-platform java/Swing graphical frontend for the excellent command-line ExifTool application by Phil Harvey

metadata-extractor - Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files

exifcleaner - Cross-platform desktop GUI app to clean image metadata

qt-jpegxl-image-plugin - Qt plug-in to allow Qt and KDE based applications to read/write JXL images.

HomeBrew - 🍺 The missing package manager for macOS (or Linux)

goexif - Decode embedded EXIF meta data from image files.

FFmpeg - Mirror of https://git.ffmpeg.org/ffmpeg.git

jarro2783/cxxopts - Lightweight C++ command line option parser

DiffusionToolkit - Metadata-indexer and Viewer for AI-generated images

up-for-grabs.net - This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!

google-photos-merge-metadata - Merge your metadata back to your photos exported with Google Takeout.