Error to convert file 19 pages

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
carlos
Posts: 1
Joined: 2012-06-26T00:45:40-07:00
Authentication code: 13

Error to convert file 19 pages

Post by carlos »

Hi,

I'm trying convert a files using ImageMagick. But if file have a 19 pages or more, the program not works, and it stays frozen.
If the file have less then 18 pages the program works correctly.
I attached the commands line that I'm using to do this.
Is very important resolve this problem, anyone know something??

Thank you,

Commands line:
@ECHO OFF
"C:\ImageMagick-6.7.6-9\convert.exe" -monochrome -density 300 -compress group4
%1 %2converted.tif
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Error to convert file 19 pages

Post by fmw42 »

what kind of file is your input. perhaps you should post a link to it so others can test. perhaps, if the file is very big, you are running out of memory
Post Reply