BreadCrumbs: ImageMagick

ImageMagick

From Luke Jackson

(Difference between revisions)
Jump to: navigation, search
Revision as of 23:01, 21 December 2008 (edit)
Ljackson (Talk | contribs)

← Previous diff
Revision as of 02:47, 22 December 2008 (edit)
Ljackson (Talk | contribs)

Next diff →
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 ==

Revision as of 02:47, 22 December 2008

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
Personal tools