Overview
Python tool to optimize all images inside a folder. Creates a min and a thumb version of each image and strips out EXIF data. Recieves a path as an argrument and recursively optimizes all images inside the folder.
The Challenge
Unoptimized images slow down applications and websites, and manual optimization is tedious for large directories.
Implementation
A CLI tool that recursively processes directories to automatically compress, resize, and sanitize images.
