Friendly PHP image optimizer that resize and resample JPEG, JPG and PNG files inside specific image directory in project to 800x800 (default web size) and creates a backup of the original files.
- Get all files(images) located inside /imagens directory
- Resizes to 800x800 max size
- Preserves original dimension if less than 800x800
- Optimizes file size without losing quality
- Works with .jpg, .jpeg and .png
- Preserves PNG transparency
- and stuff...