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

my name is Mohamed SAKHRI, and I am the creator and editor-in-chief of Easy Tech Tutorials. As a passionate technology enthusiast, I have been blogging for some time now, providing practical and helpful guides for various operating systems such as Windows, Linux, and macOS, as well as Android tips and tricks. Additionally, I also write about WordPress. I am currently 35 years old.

Leave a Comment