History log of /imagick/tests/github_174.phpt (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.5.0, 3.5.0RC2, 3.4.4, 3.4.4RC2, 3.4.4RC1, 3.4.3, 3.4.3RC4, 3.4.3RC3, 3.4.3RC2
# 92408b5a 06-Dec-2016 Danack

Prevent resizing an image to 0 width/height.

ImageMagick does not support zero width/height images. Some places where images could be created with zero width/height are protected by ImageMag

Prevent resizing an image to 0 width/height.

ImageMagick does not support zero width/height images. Some places where images could be created with zero width/height are protected by ImageMagick e.g. Imagick::newPseudoImage(). Other places need to be protected by Imagick. I'm about 50% sure this is the correct thing to do, rather than throwing an ImagickException. Fixes #174.

show more ...