Read metadata IPTC and EXIF directly from images and then covert to another format. We demonstrate turning a load of JPEGs into a PDF.
Command used in video:
magick *.jpg -filter Catrom -resize 25% -quality 25 -gravity North -background Black -pointsize 30 -fill White -splice 0x%[fx:h*.08] -annotate +0+0 %[IPTC:2:80] -annotate +0+30 %[EXIF:ImageDescription] demo.pdf
Command to read metadata in files:
magick identify -verbose *.jpg