How to use ImageMagick for batch conversion *.jpg *.pdf

Have a folder of .jpg files. Tried to <convert *.jpg *.pdf> . ImageMagick is installed. But terminal closes/crashes after some minutes.
[convert filename.jpg to filename.pdf] (One file. not batch) does go well.

You cannot have wild cards for both input and output. You should use mogrify to convert a folder of images. See Basic Usage -- ImageMagick Examples

1 Like