BreadCrumbs: ImageMagick

ImageMagick

From Luke Jackson

(Difference between revisions)
Jump to: navigation, search
Revision as of 02:47, 22 December 2008 (edit)
Ljackson (Talk | contribs)

← Previous diff
Current revision (06:09, 3 February 2009) (edit)
Ljackson (Talk | contribs)
(Montage)
 
Line 11: Line 11:
montage -label '%f' [0-9]* -font Helvetica -pointsize 14 -resize 100% -geometry +30+30 -tile 3x -title 'Singeing Digital Direct Products' ../test.png montage -label '%f' [0-9]* -font Helvetica -pointsize 14 -resize 100% -geometry +30+30 -tile 3x -title 'Singeing Digital Direct Products' ../test.png
 +
 +'''Overlapping Polaroid Montage'''
 +
 + montage null: *.jpg null: -resize 25% -tile 1x -geometry +1-20 -bordercolor white -background gray20 +polaroid -background white -quality 100 poloroid.png

Current revision

Contents

Convert

Examples

Crappy attempt at reflection:

convert 121-49.png \( OriginalImage.png -flip -blur 3x5 -crop 100%%x30%%+0+0 -negate -evaluate multiply 0.3 -negate  \( -size 585x128 gradient: \) +matte -compose copy_opacity -composite \) -append NewImage.png

Montage

Examples

montage -label '%f' [0-9]* -font Helvetica -pointsize 14 -resize 100% -geometry +30+30 -tile 3x -title 'Singeing Digital Direct Products' ../test.png

Overlapping Polaroid Montage

montage null: *.jpg null: -resize 25% -tile 1x -geometry +1-20 -bordercolor white -background gray20 +polaroid -background white -quality 100 poloroid.png
Personal tools