# ImgCompress图片压缩 **Repository Path**: dmming/ImgCompress ## Basic Information - **Project Name**: ImgCompress图片压缩 - **Description**: ImgCompress图片压缩 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-05-10 - **Last Updated**: 2023-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 图像图片无损(可比例)压缩 #图片地址 压缩比例 ``` $percent = 1; #原图压缩,不缩放,但体积大大降低 $compress = new \ImgCompress($source,$percent); $image = $compress->compressImg($path); ```