History log of /imagick/tests/288_imagick_prevent_zero_size_images.phpt (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.5.0, 3.5.0RC2
# 8a022165 05-Jun-2021 Danack

Change to using domain controlled by phpimagick. downgrade exception to deprecation notice.


# d19335a4 01-Jun-2021 Danack

Prevent accidental creation of zero dimension images.

ImageMagick doesn't prevent creation of zero dimension images, instead allowing people to discover errors when you try to use that image

Prevent accidental creation of zero dimension images.

ImageMagick doesn't prevent creation of zero dimension images, instead allowing people to discover errors when you try to use that image. So let us prevent accidental creation. If anyone actually has a sane use for zero dimension images, they can tell us a valid use-case first.

show more ...