samsonos/php_optimage

此包的最新版本(dev-master)没有可用的许可证信息。

SamsonPHP 模块,用于自动优化 Web 应用程序图像

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

This package is not auto-updated.

Last update: 2024-09-24 01:51:18 UTC


README

## 为 SamsonPHP 框架优化的 SamsonPHP 模块,自动优化 Web 应用程序图像

模块自动扫描 Web 应用程序及其模块资源中支持的图像类型,并使用外部工具进行压缩。此外,模块存储有关压缩图像及其时间戳的特定元数据,以避免重复压缩

无损 .JPEG 图像压缩

模块使用 jpegOptim。要在 Ubuntu 下安装 jpegOptim,请使用:sudo apt-get install jpegoptim

无损 .PNG 图像压缩

模块使用 optiPNG。要在 Ubuntu 下安装 optiPNG,请使用:sudo apt-get install optipng

SamsonOS 开发