ImageOptim VS exiftool

Compare ImageOptim vs exiftool and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ImageOptim exiftool
83 249
8,932 2,860
1.2% 5.9%
7.9 7.0
6 months ago 6 days ago
HTML Perl
GNU General Public License v3.0 only 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.

ImageOptim

Posts with mentions or reviews of ImageOptim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-26.
  • How to improve page load speed and response times: A comprehensive guide
    8 projects | dev.to | 26 Feb 2024
    Compressing images: This technique reduces image size without compromising quality. You can achieve this using various image compression tools like TinyPNG or ImageOptim. These tools are specifically designed to manage multiple image formats and compression methods. They help reduce image files, resulting in less data transfer from the server to the user's device. It is advisable to compress images before uploading them to the web server.
  • Optimizing Images for Developer Blogs
    4 projects | dev.to | 20 Feb 2024
    ImageOptim: ImageOptim is a free and open-source tool that can be used to compress JPEG, PNG, and GIF images.
  • Am I missing out on something?
    6 projects | /r/macapps | 1 Nov 2023
    Currently installed apps: Alfred for searching applications/files and launching websites quickly i Stat menus to monitor my hardware Geo Gebra Classic 6 for school Rectangle for better window management Obsidian for note taking Resolve for video editing and all utilities that come with it Bitwarden as my go-to password manager Microsoft Word, Excel PowerPoint and Teams for school Dropover for moving or sending more files quickly Gestimer for work sessions iTerm as a better terminal than the built-in one Python and all things that come with the install Parallels Desktop and all stuff that comes with the install for running windows only applications Visual Studio Code for coding Blender for 3D Image Optim CurseForge for modded Minecraft Minecraft Find any file Mac Updater 3; would love to have the pro version
  • The 10 tools I install on every new Mac I get
    7 projects | dev.to | 14 Sep 2023
    ImageOptim - file resizing and optimising images, even on the command line (free)
  • A collection of useful Mac Apps
    32 projects | /r/macapps | 13 Jul 2023
    ImageOptim - Price: Free Image optimizer for Mac that allows you to reduce the file size of your images without losing quality, and strip the metadata.
  • Image size reduction
    1 project | /r/macapps | 1 Jul 2023
  • Exporting images under 200kb without ruining quality?
    1 project | /r/Lightroom | 26 Jun 2023
    If you're on a Mac, use ImageOptim to optimize your images: https://imageoptim.com/mac If you're on Windows, I imagine there's a similar app
  • Ho to create a light template
    1 project | /r/Supernote | 15 Jun 2023
  • How to search for pictures without people in them
    1 project | /r/ApplePhotos | 14 Jun 2023
    Bonus points: before you re-import them drop the exports folder into imageoptimfor the most efficient lossless compression imaginable.
  • Just want to share some of the apps I have found that have made my life better
    2 projects | /r/macapps | 14 Jun 2023
    ImageOptim — shrink those file sizes!

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 ImageOptim and exiftool you can also consider the following projects:

oxipng - Multithreaded PNG optimizer written in Rust

exiv2 - Image metadata library and tools

squoosh - Make images smaller using best-in-class codecs, right in the browser.

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

sharp - High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.

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

notion-auto-pull - Bash script to automatically download a notion workspace

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

alfred-calculate-anything - Alfred Workflow to calculate anything with natural language

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

devdocs - API Documentation Browser

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