1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-24 14:32:52 +02:00

fixed bug in with colorspace convertion

This commit is contained in:
Oliver Vogel
2014-07-27 22:53:47 +02:00
parent b8cc2431fc
commit fb679336b3

View File

@@ -42,7 +42,6 @@ class Driver extends \Intervention\Image\AbstractDriver
$core->setType(\Imagick::IMGTYPE_UNDEFINED);
$core->setImagetype(\Imagick::IMGTYPE_UNDEFINED);
$core->setColorspace(\Imagick::COLORSPACE_UNDEFINED);
$core->setImageColorspace(\Imagick::COLORSPACE_UNDEFINED);
// build image
$image = new \Intervention\Image\Image(new self, $core);