@@ -221,7 +221,7 @@ |
||
| 221 | 221 | // deal with alpha channels |
| 222 | 222 | $this->prepWithExistingIndex($newImage, $transparency); |
| 223 | 223 | |
| 224 | - } elseif ($this->getImageType() == IMAGETYPE_PNG) { |
|
| 224 | + } elseif ($this->getImageType() == IMAGETYPE_PNG) { |
|
| 225 | 225 | |
| 226 | 226 | // deal with alpha channels |
| 227 | 227 | $this->prepTransparentPng($newImage); |