Page 1 of 1

Crop while opening with square brackets not working - IM7

Posted: 2016-06-05T21:47:47-07:00
by GeeMack
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...

Code: Select all

magick input1.jpg[400x300+30+40] output1.png
... it results in an error that looks like this...

Code: Select all

magick: unable to open image 'input1.jpg[400x300+30+40]': No such file or directory @ error/blob.c/OpenBlob/2695.
This problem appeared sometime after "ImageMagick 7.0.1-6 Q16 x64" (static).

Re: Crop while opening with square brackets not working - IM7

Posted: 2016-06-06T04:00:16-07:00
by magick
Fixed in ImageMagick 7.0.1-10, hopefully released later today.