@@ -25,10 +25,10 @@ |
||
| 25 | 25 | $this->image = imagecreatefromjpeg($filename); |
| 26 | 26 | } elseif ($this->image_type == IMAGETYPE_GIF) { |
| 27 | 27 | $this->image = imagecreatefromgif($filename); |
| 28 | - imageSaveAlpha($this->image,true); |
|
| 28 | + imageSaveAlpha($this->image, true); |
|
| 29 | 29 | } elseif ($this->image_type == IMAGETYPE_PNG) { |
| 30 | 30 | $this->image = imagecreatefrompng($filename); |
| 31 | - imageSaveAlpha($this->image,true); |
|
| 31 | + imageSaveAlpha($this->image, true); |
|
| 32 | 32 | } elseif ($this->image_type == IMAGETYPE_WEBP) { |
| 33 | 33 | $this->image = imagecreatefromwebp($filename); |
| 34 | 34 | } |