Satya's blog - More pictures

Dec 02 2005 17:30 More pictures
More pictures, these are from Mount Pleasant. The pictures link to my on-line albums which have such details as date, etc. and of course more pictures:

Reflected building
Fog on lake

They're both on the same lake next to my front door. The first is a reflection on a still night. The second is the fog on a cold morning.

After I did the USS Enterprise model pictures, and these two, I realised the Imagemagick options have changed, so these pictures have no captions as part of the image. The command was:
convert -density 100 -pointsize 12 -background '#00000066' -fill white \
label:"$1" \
miff:-|\
composite -gravity northwest -quality $qual - $2 $3
but now I use:
convert -density 100 -pointsize 12 -background '#00000066' -fill white \
label:"$1" \
miff:-|\
composite -compose atop -quality $qual - $2 $3

Update (2010-04-10): I use this now:

convert -density 100 -pointsize 12 -background '#00000066' -fill white \
label:" $1 " \
-strokewidth 8 \
-geometry "+10""+10" \
miff:-|\
composite -compose atop -geometry "+10""+10" - "$2" $3

Last updated: Apr 20 2010 16:25

Tag: picture code