samsonos/php_optimage

There is no license information available for the latest version (dev-master) of this package.

SamsonPHP module for automatic optimizing of web-application images

dev-master 2016-01-12 18:43 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:35:09 UTC


README

#SamsonPHP module for automatic optimizing of web-application images for SamsonPHP framework

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

Lossless .JPEG images compression

Module uses jpegOptim. To install jpegOptim under Ubuntu use: sudo apt-get install jpegoptim

Lossless .PNG images compression

Module uses optiPNG. To install optiPNG under Ubuntu use: sudo apt-get install optipng

Developed by SamsonOS