|
@@ 4182-4184 (lines=3) @@
|
| 4179 |
|
return imagejpeg($image, $filename, $jpgQuality); |
| 4180 |
|
} |
| 4181 |
|
|
| 4182 |
|
if ($destformat == 'gif' || ($destformat == null && $mime == 'image/gif')) { |
| 4183 |
|
return imagegif($image, $filename, 7); |
| 4184 |
|
} |
| 4185 |
|
|
| 4186 |
|
return imagepng($image, $filename, 7); |
| 4187 |
|
} |
|
@@ 4239-4241 (lines=3) @@
|
| 4236 |
|
return imagejpeg($image, $filename, $jpgQuality); |
| 4237 |
|
} |
| 4238 |
|
|
| 4239 |
|
if ($destformat == 'gif' || ($destformat == null && $mime == 'image/gif')) { |
| 4240 |
|
return imagegif($image, $filename, 7); |
| 4241 |
|
} |
| 4242 |
|
|
| 4243 |
|
return imagepng($image, $filename, 7); |
| 4244 |
|
} |