diff --git a/include/colors.php b/include/colors.php index 91eaa2dc2..070be06a2 100644 --- a/include/colors.php +++ b/include/colors.php @@ -298,7 +298,7 @@ function hsl2rgb($arr) { else $img = @$ico->images[count($ico->images)-1]->getImageResource(); - } else { + } else if ($size[0] > 0 && $size[1] > 0) { $img = @imagecreatefromstring(file_get_contents($imageFile)); }