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.pdfCode: Select all
convert input\*.tif -compress Group4 -quality 100 -limit memory 128mb output.pdfCode: Select all
convert: memory allocation failedFiles to converted are available at http://www23.zippyshare.com/v/FCrO6r7G/file.html (22MB)
Thanks in advance!