Crop while opening with square brackets not working - IM7

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
GeeMack
Posts: 718
Joined: 2015-12-01T22:09:46-07:00
Authentication code: 1151
Location: Central Illinois, USA

Crop while opening with square brackets not working - IM7

Post 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).
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post by magick »

Fixed in ImageMagick 7.0.1-10, hopefully released later today.
Post Reply