Convert command throwing "UNEXPECTED" error

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
seeno
Posts: 1
Joined: 2014-05-06T22:49:48-07:00
Authentication code: 6789

Convert command throwing "UNEXPECTED" error

Post by seeno »

Hi everyone,
i'm trying to crop a part of djvu image using convert command, but its throwing error like this.
COMMAND: convert 0029.djvu -crop 150x150+100+100 xyz.png.
ERROR: "Unexpected". (ONLY)
the width and height of the djvu image is 2311 and 3529.
please reply ASAP
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Convert command throwing "UNEXPECTED" error

Post by dlemstra »

Can you post the version of ImageMagick and your operating system? It will also help if you post your djvu file om something like dropbox and add a link here.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply