How to Batch Optimize a Large Number of PNG/JPG/Web Files

5/5 - (35 votes)

If you’re searching for a convenient software solution to compress your JPEG, PNG, and WebP images seamlessly on Linux, macOS, and Windows platforms, I highly recommend checking out Imagine.

Batch optimization of PNG and JPG files for a website

This user-friendly software provides a seamless experience for both file format conversion and mass optimization. It comes in handy, especially when you have a large number of images that need recompression or conversion to a different format.

It’s open source, under the MIT license and to use it on Linux, you can compile it like this:

git clone https://github.com/meowtec/Imagine.git
npm install
npm run dev

But the best is still to download the AppImage and make it executable like this:

chmod a+x Imagine-x.y.z-x86_64.AppImage
./Imagine-x.y.z-x86_64.AppImage

It’s available here.

Mohamed SAKHRI

I am Mohamed SAKHRI, the creator and editor-in-chief of Easy Tech Tutorials. Being a dedicated technology enthusiast, I have been blogging for a considerable time, offering practical and beneficial guides for different operating systems like Windows, Linux, and macOS, alongside Android tips and tricks. I also delve into WordPress-related topics. I am presently 35 years old.

Leave a Comment