ImageMagick: Join images as a pdf file

 
convert *.png new.pdf

convert *.png -page letter new.pdf

convert *.png -page 876x1354 new.pdf

convert *.png -density 72 new.pdf

convert *.png -density 128 new.pdf

 

Related Snippets

•  ImageMagick: Convert and compress a list of png files to jpg
•  ImageMagick: Resize a batch of images using convert and the find command
•  ImageMagick: Resize a batch of images using convert and a for loop
•  ImageMagick: Rotate a batch of images using convert and the find command