in Check It Out, X-Geek

I <3 ImageMagick


I was looking for a way to stitch together multiple scans I’ve made into a multiple-page PDF. Each page when scanned became a separate image file and I didn’t want to attach each one separately.

Fortunately, ImageMagick came to the rescue! All it took was this command:

convert -adjoin *.png report.pdf

… and my PDF was created instantly. What useful little tools ImageMagick are!