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 Imagemagick

posted by Byggvir of Barley
Posted on Sunday June 22, 2008 at 18:07. 114 visits. ( permalink )
Hello,

I'm using the command line tools of Imagemagick under Linux for picture manipulation because I can reproduce the result better then with grafical Interfaces.

You can find a lot usage examples on their hompage ImageMagick v6 Examples

Here a short example to add a frame wit your name and the title for all pictures in the current directory. In the last step they are zipped to upload them to Ipernityc.om.


#! /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

2 Replies

A fractalium★i love fractals http://photo.ehrenheim.com pro says:
Thank you for contribution !
Posted 16 months ago. ( permalink )
Byggvir of Barley pro says:
Here the command to put some picture together in one picture and let them look like polaroid pictures. ?.jpg' are the pictures you wish to put together. (In my case it was 1.jpg ...6.jpg replace with your own filenames. null: are empty picture what allows a bigger frame at the left an right)

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:

Life and Death of a Rose
Posted 16 months ago. ( permalink )

You must be logged on to post a reply. Sign in now?


rss Latest comments – Subscribe to the comment feed for this topic.

 

Català | Čeština nové | 中文 | Deutsch | English | Español | Esperanto | Ελληνικά | Français | Galego | Italiano | Nederlands | Português | More...