Core Image Compressor (Free Version)
A simple batch image compressor and resizer written in Python. Part of CoreScriptLab.
Features (Free Edition)
Compress multiple images at once
Supports JPG, JPEG and PNG
Output images into a separate folder
Adjustable quality (default 70)
Resizes images to fit within 1280x1280
Lightweight and fast
How to Use
Install Python
Install Pillow:
pip install pillow
Run the script:
python image_compressor_basic.py
Enter input and output folder paths
Done