From d029cc041ab5caf4f4b49debe788686122c1776d Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 1 Sep 2009 20:18:30 -0400 Subject: [PATCH] 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. --- framework/Image/lib/Horde/Image/Base.php | 1 - 1 file changed, 1 deletion(-) 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'; } /** -- 2.11.0