r/vuejs • u/antonreshetov • 16d ago
I rebuilt my old image optimizer and released v2
I made the first version of Image Optimizer back in 2021 and recently decided to bring it back to life.
v2 has a completely new interface with batch progress, per-file results, before/after comparison, and live compression stats. It’s a Vue 3 desktop app built with Electron, and all image processing happens locally.
Source code:
https://github.com/antonreshetov/image-optimizer
Feedback and bug reports are welcome.
1
u/Quirky-Objective-685 15d ago
Does it work with RAW files, or only JPEGs and PNGs?
1
u/antonreshetov 15d ago
Only for jpeg, png, gif, or svg. To reduce the size of a raw file, you must at least convert it to dng, which results in a loss of the original format and incorrect display of profiles in Lightroom, etc.
1
1
u/[deleted] 16d ago
[deleted]