Python CLI tool to compress and scale down large images stored in an S3 bucket.
- Finds and downloads large files from S3
- Scales down images while preserving aspect ratio
- Compresses and replaces the images
- Prints size reduction report
- Install dependencies via
requirements.txt - Run
src/main.pyto download - Run
src/compress_all.pyto compress - Run
src/compare_sizes.pyto compare sizes