Crop while opening with square brackets not working - IM7
Posted: 2016-06-05T21:47:47-07:00
Using "ImageMagick 7.0.1-9 Q16 x64 2016-06-03" (static) on Windows 7 64, when opening an image file and including a crop specifier in square brackets like this...
... it results in an error that looks like this...
This problem appeared sometime after "ImageMagick 7.0.1-6 Q16 x64" (static).
Code: Select all
magick input1.jpg[400x300+30+40] output1.png
Code: Select all
magick: unable to open image 'input1.jpg[400x300+30+40]': No such file or directory @ error/blob.c/OpenBlob/2695.