From: Michael J. Rubinsky Date: Wed, 2 Sep 2009 00:18:30 +0000 (-0400) Subject: For now, do not reset the image type in reset() X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d029cc041ab5caf4f4b49debe788686122c1776d;p=horde.git For now, do not reset the image type in reset() This screws up Ansel's forcing JPG for screen images. Will revert this once a more elegant way of changing an image's type after it's been loaded that works across all Horde_Image drivers is implemented. --- diff --git a/framework/Image/lib/Horde/Image/Base.php b/framework/Image/lib/Horde/Image/Base.php index 92ea3e1be..fc8630947 100644 --- a/framework/Image/lib/Horde/Image/Base.php +++ b/framework/Image/lib/Horde/Image/Base.php @@ -225,7 +225,6 @@ class Horde_Image_Base $this->_width = null; $this->_height = null; $this->_background = 'white'; - $this->_type = 'png'; } /**