No.18069
>>18068Ok that's enough and now back to the extracurricular topic
No.18072
ImageMagick can do this really easy on the command line.
convert 1.png 2.jpg 3.jpg out.pdf
That will create a PDF from 3 images.
No.18073
>>18072Example from 2 images using ImageMagick.
This was software already on my system, it's a common package, I didn't even need to install anything.
No.18074
You can also make PDFs from images in GIMP.
But if I just needed to take a large number of images and put them into a PDF, I would use ImageMagick on command line.
If you just had a clean directory of nothing but images you wanted in the PDF, you could just run this to turn all images in the directory into a PDF.
convert * out.pdf
No.18078
>>18076You could have just increased swap.
No.18079
>>18078I have a 2 gigabyte swap that should be plenty for a 100 megabyte pdf I would assume