# ImageCompress **Repository Path**: zvren/ImageCompress ## Basic Information - **Project Name**: ImageCompress - **Description**: 图片压缩,支持动图gif - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImageCompress 图片压缩,支持动态图片 ``` require "ImageCompress.php"; (new ImageCompress('图片路径','压缩等级 默认0.5(0-1)'))->compressImg('压缩后的文件名,尾缀名可加可不加,该项为空则不保存压缩结果,直接输出'); ```