library php_optimage
SamsonPHP module for automatic optimizing of web-application images
samsonos/php_optimage
SamsonPHP module for automatic optimizing of web-application images
- Tuesday, January 12, 2016
- by samsonos
- Repository
- 2 Watchers
- 2 Stars
- 881 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Module automatically scans for supported image types in web-application and it's modules resources and perform
compression using external tools.
Also module stores special metadata about compressed images and their timestamps to avoid dublicate compression, (*1)
Lossless .JPEG images compression
Module uses jpegOptim.
To install jpegOptim under Ubuntu use: sudo apt-get install jpegoptim
, (*2)
Lossless .PNG images compression
Module uses optiPNG.
To install optiPNG under Ubuntu use: sudo apt-get install optipng
, (*3)
Developed by SamsonOS, (*4)
dev-master
9999999-dev
SamsonPHP module for automatic optimizing of web-application images
Sources
Download
The Requires