each images is around 2300x3600 pixels.
The following command
Code: Select all
convert -density 200 -compress JPEG */*.jpg zzz.pdf
(18GB free space on the filesystem, where /tmp resides), but cannot finish the job.
I guess, convert tries to read all 373 images into memory before writing the pdf.
Could anybody tell me a way to force convert, to process the images sequentially?
--
Version: ImageMagick 6.2.3 10/12/07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2005 ImageMagick Studio LLC