@@ -214,7 +214,7 @@ |
||
| 214 | 214 | { |
| 215 | 215 | $newImage = imagecreatetruecolor($width, $height); |
| 216 | 216 | |
| 217 | - if (($this->getImageType() == IMAGETYPE_GIF) || ($this->getImageType() == IMAGETYPE_PNG)) { |
|
| 217 | + if (($this->getImageType() == IMAGETYPE_GIF) || ($this->getImageType() == IMAGETYPE_PNG)) { |
|
| 218 | 218 | |
| 219 | 219 | // Get transparency color's index number |
| 220 | 220 | $transparency = imagecolortransparent($this->image); |