From ede30d5eed0263ecbb2a4d5cc626de83fc8f10e3 Mon Sep 17 00:00:00 2001 From: czaks Date: Mon, 10 Feb 2014 23:44:20 +0100 Subject: [PATCH] png resizing: depending on error messages with pngs is flawy --- inc/image.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/image.php b/inc/image.php index 98535e0e..ced3296f 100644 --- a/inc/image.php +++ b/inc/image.php @@ -338,10 +338,10 @@ class ImageConvert extends ImageBase { $this->width, $this->height, escapeshellarg($this->temp)))) || !file_exists($this->temp)) { - if (!preg_match ('/sBIT: invalid/', $error)) { - $this->destroy(); - error(_('Failed to resize image!'), null, $error); - } + //if (!preg_match ('/sBIT: invalid/', $error)) { + // $this->destroy(); + // error(_('Failed to resize image!'), null, $error); + //} } if ($size = $this->get_size($this->temp)) { $this->width = $size[0];