A powerful desktop application for batch image conversion with an intuitive interface
Convert multiple images at once with support for various formats including PNG, JPEG, WebP, and TIFF
Adjust compression quality from 50% to 100% to balance file size and image quality
Save frequently used source and destination folders for quick access
View detailed statistics including file count, processing time, and file size comparisons
Built with Rust backend for fast, efficient image processing
Native desktop application built with Tauri framework
Choose your platform to download the desktop application:
Since this app is not code-signed with an Apple Developer certificate, macOS may show a security warning or "damaged" error. The app is safe - this is normal for unsigned apps.
This is a common requirement for unsigned developer tools and open-source applications.
The Linux version is distributed as a compressed archive containing a DEB package:
image-converter_0.1.7_linux.tar.gz
tar -xzf image-converter_0.1.7_linux.tar.gz
sudo dpkg -i image-converter_0.1.7_amd64.deb
sudo apt-get install -f
image-converter
in terminalThis application was developed out of a need to frequently convert png images to webp images for the web. I was frequently writing and modifying bash scripts to do this and was looking for a more streamlined aproach. I found BICU to be a useful tool and have made it available for anyone to use or modify as they see fit. The project is available on GitHub at Image-Converter and licensed under the MIT license.
Feel free to contribute, report issues, or suggest features. Your feedback is welcome!