convert: memory allocation failed
Posted: 2016-08-12T08:22:54-07:00
Hi all,
I have encountered the "memory allocation failed" problem. I'm trying to convert a 472MB folder with TIFFs to a PDF file.
I use current version of IM, specifically ImageMagick-7.0.2-7-Q8-x86-dll.exe on Windows 10. My GhostScript is also current, that is, Ghostscript 9.19 (2016-03-23). To be sure that everything is OK, I unistalled IM and GS and installed once again GS and IM (in this order).
My command line is:
I also tried
Each time I get
When I tried to convert a smaller folder (178 MB) of TIFFs everything went OK.
Files to converted are available at http://www23.zippyshare.com/v/FCrO6r7G/file.html (22MB)
Thanks in advance!
I have encountered the "memory allocation failed" problem. I'm trying to convert a 472MB folder with TIFFs to a PDF file.
I use current version of IM, specifically ImageMagick-7.0.2-7-Q8-x86-dll.exe on Windows 10. My GhostScript is also current, that is, Ghostscript 9.19 (2016-03-23). To be sure that everything is OK, I unistalled IM and GS and installed once again GS and IM (in this order).
My command line is:
Code: Select all
convert input\*.tif -compress Group4 -quality 100 output.pdf
Code: Select all
convert input\*.tif -compress Group4 -quality 100 -limit memory 128mb output.pdf
Code: Select all
convert: memory allocation failed
Files to converted are available at http://www23.zippyshare.com/v/FCrO6r7G/file.html (22MB)
Thanks in advance!