Zipic updates 2026, version by version: how five in-house compression engines — zipic-jpeg, pngoptim, SVGift, pdfoptim, gifoptim — replaced outside tools this year.
Tracked one release at a time, the Zipic updates from 2026 look unremarkable — a new feature, a few bug fixes, the usual. Read them together and the year has a clear shape. In 2026, Zipic replaced the outside tools it relied on for compression with engines it builds itself.
By May, five of Zipic’s core format engines run on in-house code. Here is how that happened, version by version.
Between February and May, the releases fall into two arcs — the early ones cleaned up color handling and stability, the later ones rebuilt the compression engines.
zipic command-line tool.
Zipic’s main window. Much of the 2026 work is in the engines behind it — but the way you reach those engines changed too.
v1.9.0 moved three formats to engines Zipic owns:
v1.9.0 also reworked color handling (covered below) and added Smart Skip, which recognizes files Zipic has already compressed and leaves them alone.
The interface change in v1.9.0 is quick preset switching, and it shifted how the app feels day to day. Picking a preset used to mean opening the main window, selecting one, then compressing. Now you hold ⌥ (Option) while dragging files — onto the main window or onto the notch at the top of the screen — and Zipic lays out every preset right there; drop the files onto the one you want and it compresses with that preset. The trip through the settings is gone.
PDF was the holdout. In March it still ran on a rebuilt Ghostscript engine — capable, but a separate download of roughly 30 MB. Replacing it was the next job.
April finished the set. The two formats still tied to outside tools — PDF and GIF — moved to in-house Rust engines:
The v1.9.3 notes thanked the people behind those tools — Artifex for Ghostscript, Kornel Lesiński for gifski. Both shipped working PDF and GIF support to Zipic users long before an in-house engine could have, and using them first made clear what the replacements had to get right. Bundling its own engines is about dropping the extra installs and license terms, not a verdict on the originals.
The reasoning behind each engine — how the PDF quality levels are graded, how pngoptim handles APNG frames — sits in deep dives like the pdfoptim engine, not here.
That leaves WebP and AVIF, which still run on libwebp and libavif. Keeping them is a decision, not a gap.
libwebp comes from Google, which created the WebP format. libavif comes from the Alliance for Open Media, the group behind the AV1 codec that AVIF is built on. Both are the reference implementations for their formats — as close to an official encoder as either one has. Rewriting them would mean chasing two moving specifications for no gain in quality.
Zipic builds its own engine when it can beat the alternative, or when the alternative costs users something real — a bulky download, a license constraint, a stalled project. For WebP and AVIF, neither applies.
The engine work drew the attention, but color accuracy ran alongside it all year.
v1.8.5 started it, with better color when converting to WebP and AVIF. v1.9.0 went further: wide-gamut Display P3 images keep their gamut instead of dropping to sRGB, HDR photos hold their dynamic range through compression, and WebP, AVIF, and TIFF output keeps the original ICC profile. v1.9.5 fixed a specific case where iPhone HDR photos shifted color on the way to AVIF.
This is the kind of work you only notice when it fails. v1.9.6 carries it on, tightening how metadata is handled: the “Preserve Image Metadata” setting behaves more consistently when converting to WebP, AVIF, JXL, and HEIC, and privacy metadata is actually stripped when you turn that setting off.
Not all of 2026 was engine work. A few changes are worth noting on their own:
zipic command-line tool (v1.9.5) installs one command to /usr/local/bin and compresses images from the terminal, a script, or an AI assistant, with the same output as the app.All of this builds on automation Zipic already had — URL Scheme, AppIntents, Apple Shortcuts, and folder monitoring that auto-compresses new files the moment they land. Point folder monitoring at your screenshots folder and every screenshot shrinks the instant it is saved. The workflow integration guide covers them; for a step-by-step walkthrough, see automating compression with Apple Shortcuts.
Owning the JPEG, PNG, SVG, PDF, and GIF engines changes the pace of the product. Format-specific work — APNG frame optimization, PDF font subsetting, SVG plugin handling — no longer waits on someone else’s release schedule.
For day-to-day use, nothing changes: drag files in, get smaller files out. What changes is how quickly problems get fixed and formats improve. New to image compression on Mac? Start with the best image compression software for Mac. Already on Zipic and wondering where the free tier ends? See Zipic Free vs Pro.
For more on integrating Zipic into your toolchain, see the Workflow Integration documentation.
Ready to try it? Download Zipic and start compressing. Every download includes a full 7-day Pro trial — see Pro pricing when you’re ready to unlock everything.

Zipic keeps Google's libwebp for WebP but built avifoptim after libavif failed to preserve iPhone HDR photos. The engineering trade-off explained.

gifski is a great video-to-GIF encoder, but it cannot batch, monitor folders, or compress existing GIFs. Here is the Mac gifski alternative for those jobs.

Need an SVG optimizer on Mac? Compress and optimize SVG files with Zipic — strip editor bloat, pick from six compression levels, and batch entire icon sets.