ImageCompressorFX is a simple image compression tool that allows you to compress images in a batch. This tool is built with Kotlin and JavaFX.
- Compress images in a batch
- JPG, PNG and GIF formats are supported
- You can select input and output directories
- You can set the compression rate of the output images
- All image files in input directory can be processed at once.
- You can see the file size and compression rate of each file in the log.
- The output file will be named (original)-min.jpg, (original)-min.png, or (original)-min.gif.
- Select the input directory.
- Select the output directory.
- Set the compression rate (the default is 0.5).
- The compression rate is a value between 0 and 1.
- The closer the value is to 1, the higher the quality of the image. But the file size is larger.
- The closer the value is to 0, the lower the quality of the image. But the file size is smaller.
- Click the "Start Compression" button.
MIT License
Name: Shingo Suzuki
Blog: suzushinlab.com
Twitter: @suzushin7
GitHub: suzushin7