| Latest discussions |
|---|
|
How to use a polarization filter
Updated 7 months ago 2 replies |
|
How it was done - Polaroid
Updated 11 months ago |
|
long time exposure
Updated 12 months ago 1 reply |
|
Boost and Soften your integrated flash
Updated 13 months ago |
|
Black and white with selective color - How it was done - Wie es gemacht wurde
Updated 15 months ago 1 reply |
|
For the last two pics I used post-production intensively.
Updated 16 months ago |
| Howto use Imagemagick |
|
Howto use Imagemagickposted by Byggvir of BarleyPosted on Sunday June 22, 2008 at 18:07. 114 visits. ( permalink ) |
#! /bin/sh
for BILD in *.jpg
do
DIRNAME=`dirname "$BILD"`
BILDNAME=`basename "$BILD" ".jpg"`
TITLE=`exiftool -ImageDescription "$BILD" | cut -d ':' -f 2 | sed 's!^ *!!'`
COPYRIGHT=`exiftool -Artist "$BILD" | cut -d ':' -f 2 | sed 's!^ *!2008 by !'`
convert -mattecolor white -frame 16x16 -mattecolor black -frame 10% \
-gravity South -fill white -pointsize 96 -family 'Airmole Shaded' \
-annotate 0x0 "© $COPYRIGHT" -gravity North -pointsize 200 \
-annotate 0x0 "$TITLE" -frame 5% "$BILD" "cr-$BILD"
done
rm upl.zip
zip upl.zip cr-*.jpg
You must be logged on to post a reply. Sign in now?
Latest comments
–
Subscribe to the comment feed for this topic.
Byggvir of Barley pro says:
montage -size 800x800 null: '?.jpg' null: -thumbnail 600x600 -bordercolor Lavender -background black +polaroid -resize 50% -background White -geometry -10+2 -tile x1 polaroid_overlap.jpg
This results in the following picture: