Pario TechnoBlob
About
Posts
Tag: imagemagick
Create a photo montage using imagemagick
This is a little bash script I put together to create a photo montage with 5 resized pitures in max 3 rows using imagemagick. The script is run from within the folder I have...
Text to image using imagemagick
convert -size 200x30 xc:transparent -font /usr/share/fonts/dejavu/DejaVuSansMono.ttf -fill black -pointsize 12 -draw "text 5,15 'this is just a test'" test.
Watermark pictures using exiv2
Quick and dirty batch script to watermark and add IPTC data to a set of files in the supplied dir to -Copyright. #!/bin/bash # Copyright Andy Wright - www.litost.org 2006. #...
List fonttypes imagemagick supports
identify -list Type
««
«
1
2
3
»
»»