You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
2.7.0 dev
* 2023-01-26 v2.7.0 dev - 增加广场非图片图标 - 替换访问生成缩略图代码 - 更新一些组件 - 优化代码
This commit is contained in:
@@ -24,7 +24,7 @@ function compress($floder, $type = 'Imgcompress', $source = '')
|
||||
foreach ($pic as $value) {
|
||||
$boxImg = $floder . $value;
|
||||
// 跳过动态图片
|
||||
if (!isAnimatedGif($boxImg)) {
|
||||
if (!isGifAnimated($boxImg)) {
|
||||
$img = new Imgcompress($boxImg, $percent);
|
||||
$img->compressImg($boxImg);
|
||||
echo '<pre>' . $boxImg . '</pre><br />';
|
||||
|
||||
Reference in New Issue
Block a user