Page 1 of 1

IM 7.0.8-36 "-virtual-pixel mirror" broken

Posted: 2019-04-03T12:42:58-07:00
by GeeMack
ImageMagick 7.0.8-36 Q16 x64 HDRI on Windows 10.

This command produces no output image, no warnings, and no errors...

Code: Select all

magick wizard: -virtual-pixel mirror ^
   -distort affine "0,640 0,640  480,640 480,640  0,0 480,0" wizard.png
Changing the virtual-pixel setting to anything other than "mirror" produces expected results.

Re: IM 7.0.8-36 "-virtual-pixel mirror" broken

Posted: 2019-04-03T12:49:56-07:00
by fmw42
On my Mac with IM 7.0.8.36 Q16, I get an abort trap for mirror and tile and its variant, but not for edge or random or dither or black.

Code: Select all

magick wizard: -virtual-pixel mirror -distort affine "0,640 0,640  480,640 480,640  0,0 480,0" wizard.png
Abort trap: 6

Re: IM 7.0.8-36 "-virtual-pixel mirror" broken

Posted: 2019-04-03T13:13:49-07:00
by magick
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.