When compressing images, the two things people fear most are changed filenames and lost originals. ImgZilla handles both.
1. What Is ImgZilla?
Released on July 27, 2026, a native macOS image compression tool. Core behavior: compress images in place—filename, path, and format all remain unchanged, while the original goes to the Trash by default and can be restored.
Not a format converter, doesn't change resolution, does only one thing: makes images smaller without touching anything else.
Supports 8 formats: JPG/JPEG, PNG, GIF, SVG, HEIC/HEIF, WebP, AVIF. All compression happens locally, no internet required, images are never uploaded to any server.
2. Core Difference: In-Place Overwrite + Trash Protection
Most tools save the result as photo-min.jpg—safe, but the filename changes, and web references, product table paths, and directory sorting all have to follow suit.
ImgZilla takes another route: the compressed result is written directly back to the original file.
The trade-off is that it modifies the original file. So where the product really spends its effort is not the compression itself, but the safety net around "just in case":
- After successful compression, the original is first moved to the system Trash, then the compressed result is written back to the original path
- To restore, simply open the Trash and right-click "Put Back"
- Enabled by default, with a second confirmation when turning it off
This mechanism is unique among competitors—RasterFox supports in-place overwrite, but the original is only temporarily stored in a temp folder and cleared when the app quits. ImgZilla's Trash approach is more in line with Mac user habits.
3. Comparison with Competitors
| Aspect | ImgZilla | Zipic | 轻压图片 | AnyCompressor |
|---|---|---|---|---|
| In-place overwrite | ✅ | ❌ | ❌ | ❌ |
| Original to Trash | ✅ | ❌ | ❌ | ❌ |
| Format support | 8 formats | 12 formats | 5+ formats | 3 formats |
| Compression control | Fixed parameters | 6 adjustable levels | Adjustable | Adjustable |
| Comparison window | ✅ | ✅(Pro) | ❌ | ❌ |
| Free quota | 10 images/day | 25 images/day | 20 images/batch | Limited |
Zipic has the most complete feature set but requires manual tuning; 轻压图片 is open source and free but rough around the edges and requires manual export; AnyCompressor covers fewer formats. ImgZilla's core difference is: specializing in in-place overwrite and doing it to perfection.
4. Image Quality: See for Yourself, Don't Trust Anyone
- PNG, SVG: truly lossless compression, pixels unchanged
- JPEG, WebP, AVIF, HEIC, GIF: technically lossy re-encoding, with parameters chosen in the visually lossless range
Parameters are fixed, no sliders. Each format is tuned separately, and users just drag in and click compress.
The most convincing part is the built-in comparison window: any successfully compressed image has a "Compare" button on the right. Split-screen left and right, drag the divider to compare, and zoom to actual size for careful inspection.
If it doesn't look good, go to the Trash and put the original back. There's always a way out.
5. Detail Design
Real format detection: reads the file header magic bytes to determine the actual format, so even wrong extensions are handled correctly.
"Already minimal" detection: when the compression ratio is less than 0.4%, it skips without consuming the free quota, so already optimized images aren't compressed again.
External storage handling: when files on external drives/NAS can't be moved to Trash, a pause dialog lets users choose "Backup directory" or "Overwrite directly", and the choice applies to all remaining files.
Serial processing: compresses one at a time, prioritizing stability. The interface includes scroll following, pause on hover, and real-time statistics.
6. Who It's For
Best for:
- E-commerce sellers: batch compress product images without changing product table references
- Developers: compress static assets with paths unchanged, automatically skips node_modules
- Manga/photo collectors: directory structure untouched, process an entire collection in one go
- Mac users with small drives: the freed space won't "grow back" like clearing caches
- External storage users: images on external drives and NAS can be compressed too
Not ideal for:
- Users who need fine-grained control—parameters are fixed, no sliders
- Users who need format conversion—doesn't convert to WebP or change formats
- Windows users—macOS only
Summary: The market isn't short on image compression tools. What's missing is a tool that dares to directly touch your originals while leaving you a way back. ImgZilla takes in-place overwrite to the extreme. The free version gives you 10 images per day—verify first, then trust.
System requirements: macOS 12.3 or later.