Code: Select all
convert * my.pdf
I firstly failed to run it, because I don't have enough free space in my "/tmp" (actually in my "/" partition). Then I had to find a external hdd with abundant free space, and set the environment variable TMPDIR to point to it, and then succeeded.
But I wonder if there is some way to reduce the peak space used by "convert", so to eliminate the need for an external hdd?
For more information, each image has 2500 x 3080 pixels, and about 500KB.