Answers for "add filename to jpg image command line"

0

add filename to jpg image command line

mogrify -font Liberation-Sans -fill white -undercolor '#00000080' \
-pointsize 26 -gravity NorthEast -annotate +10+10 %t *.jpg
Posted by: Guest on May-17-2021
0

add filename to jpg image command line

mogrify -format 'png' -font Liberation-Sans -fill white -undercolor \
'#00000080' -pointsize 26 -gravity NorthEast -annotate +10+10 %t *.jpg
Posted by: Guest on May-06-2021

Browse Popular Code Answers by Language