BreadCrumbs: ImageMagick
ImageMagick
From Luke Jackson
(Difference between revisions)
Revision as of 23:01, 21 December 2008 (edit) Ljackson (Talk | contribs) ← Previous diff |
Current revision (06:09, 3 February 2009) (edit) Ljackson (Talk | contribs) (→Montage) |
||
Line 1: | Line 1: | ||
+ | == 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 == | == Montage == | ||
Line 4: | 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 |
[edit]
Convert
[edit]
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
[edit]
Montage
[edit]
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