diff --git a/inc/image.php b/inc/image.php index b4226022..6c5733b3 100644 --- a/inc/image.php +++ b/inc/image.php @@ -140,6 +140,7 @@ class ImageImagick extends ImageBase { public function init() { $this->image = new Imagick(); + $this->image->setBackgroundColor(new ImagickPixel('transparent')); } public function from() { try {