|
@@ 4117-4119 (lines=3) @@
|
| 4114 |
|
return imagejpeg($image, $filename, $jpgQuality); |
| 4115 |
|
} |
| 4116 |
|
|
| 4117 |
|
if ($destformat == 'gif' || ($destformat == null && $mime == 'image/gif')) { |
| 4118 |
|
return imagegif($image, $filename, 7); |
| 4119 |
|
} |
| 4120 |
|
|
| 4121 |
|
return imagepng($image, $filename, 7); |
| 4122 |
|
} |
|
@@ 4174-4176 (lines=3) @@
|
| 4171 |
|
return imagejpeg($image, $filename, $jpgQuality); |
| 4172 |
|
} |
| 4173 |
|
|
| 4174 |
|
if ($destformat == 'gif' || ($destformat == null && $mime == 'image/gif')) { |
| 4175 |
|
return imagegif($image, $filename, 7); |
| 4176 |
|
} |
| 4177 |
|
|
| 4178 |
|
return imagepng($image, $filename, 7); |
| 4179 |
|
} |