|
@@ -62,8 +62,8 @@ |
|
|
block discarded – undo |
|
62
|
62
|
|
|
63
|
63
|
// Preserve transparency |
|
64
|
64
|
imagecolortransparent($new, imagecolorallocatealpha($new, 0, 0, 0, 127)); |
|
65
|
|
- imagealphablending($new, false); |
|
66
|
|
- imagesavealpha($new, true); |
|
|
65
|
+ imagealphablending($new, false); |
|
|
66
|
+ imagesavealpha($new, true); |
|
67
|
67
|
|
|
68
|
68
|
imagecopyresampled($new, $imageResource, $this->_destX, $this->_destY, $this->_x, $this->_y, $this->_destWidth, $this->_destHeight, $originalWidth, $originalHeight); |
|
69
|
69
|
|
Please login to merge, or discard this patch.