ImageOptim vs Melt on Mac — which should you use?
Both are drag-and-drop image compressors for Mac. Here's the actual difference and which makes sense for which job.
You’ve heard of ImageOptim. You’ve heard of Melt. They both do drag-and-drop image compression on Mac. So which one? The honest answer depends on what you’re optimising and how much control you want.
What ImageOptim is
ImageOptim is a free, open-source Mac app maintained for years by Kornel Lesinski. It bundles a bunch of compression tools (pngquant, MozJPEG, Zopfli, OptiPNG, JpegOptim, gifsicle, SVGO) and runs them in series. Defaults are aggressive but reasonable. It overwrites the original file in place.
The killer feature: it’s free.
The catch: the interface is one window with a queue. Quality settings live in Preferences and apply globally. You don’t see per-file decisions, you can’t resize, and you can’t convert between formats. It compresses, that’s it.
What Melt is
Melt is a paid ($9.99 one-time) Mac app that does:
- Compression (PNG, JPEG, HEIC, GIF, TIFF) — same underlying codecs as ImageOptim.
- Format conversion (HEIC to JPEG, PNG to JPEG, etc.)
- Resize (cap longest edge, scale by percent).
- EXIF stripping.
- “Never makes a file bigger” safety check.
It outputs new files instead of overwriting originals, has per-batch settings, and shows a progress bar with per-file size deltas.
Which one when
Use ImageOptim if: you want pure compression, you don’t need format conversion or resize, you’re comfortable with in-place overwriting, and free is the deciding factor. It’s a perfectly good tool — it’s been the default recommendation in Mac dev circles for over a decade.
Use Melt if: you also need to resize, convert HEIC to JPEG, want non-destructive output, batch a lot of mixed-format folders, or care about the EXIF strip happening automatically. The $9.99 is one-time, no subscription.
Compression quality
Honestly, this is a wash. Both wrap pngquant for PNG, both use MozJPEG-grade encoding for JPEG. A PNG compressed in ImageOptim and the same PNG compressed in Melt at equivalent quality settings land within a few percent of each other. The compression itself isn’t the differentiator.
What about the Terminal?
If you’re comfortable with pngquant, jpegoptim, and mogrify, you don’t technically need either app:
brew install pngquant jpegoptim && pngquant —quality=70-90 *.png
The apps exist because remembering flags for five different binaries gets old.
The pitch for trying Melt
Download Melt for $9.99 if you regularly do mixed jobs — “compress this folder, convert the HEICs, resize everything to 2000px, strip EXIF.” That’s where the GUI starts paying for itself. For pure single-format compression of a folder of PNGs, ImageOptim is genuinely fine.
- Download Melt if you want to try it.
- Drag a folder in.
- Pick output format, quality, and optional resize.
- Click Compress. Outputs save next to originals.
There’s no wrong answer here. Both shrink images. The right tool is the one that matches your workflow.
More Melt tips
-
Receive iPhone photos as JPG via AirDrop (not HEIC)
AirDropping photos from iPhone keeps landing them as HEIC files on your Mac. Here's how to get them as JPG instead.
-
AVIF on Mac — opening and converting AVIF images
AVIF is the next-gen image format that's even smaller than WebP. Here's how to open and convert AVIF files on macOS.
-
How to batch compress a folder of photos on Mac
Compressing 200 photos one at a time is its own form of suffering. Here's how to batch compress images on macOS.
-
What's the best image format for the web (and how to export it on Mac)?
JPEG, PNG, WebP, AVIF, SVG — they each have a job. Here's how to pick the right one for the web and export it from your Mac.