IM Effect

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
userman
Posts: 12
Joined: 2010-09-12T10:58:46-07:00
Authentication code: 8675308

IM Effect

Post by userman »

Hi,

somebody can tell me how can i make this with imagemagick please
visit the web makemezombie.com for create the photo effect...

Regards.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: IM Effect

Post by fmw42 »

the green part can be done by

convert image -modulate 100,0,100 -fill green -tint 40% result

The red stuff, I believe, would need facial recognition to locate the eyes and mouth, which IM does not have. Otherwise, you have do that manually by painting in some other tool.
Post Reply