Pario TechnoBlob
About
Posts
Tag: convert
Great collection of advanced Imagemagick scripts
Today I stumbled upon Fred’s Imagemagick Scripts, a nice collection of bash scripts to do image manipulations like 3D rotate change/enhance brightness Superimposes a set of...
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. #...
««
«
1
2
3
»
»»