Hi,
somebody can tell me how can i make this with imagemagick please
visit the web makemezombie.com for create the photo effect...
Regards.
IM Effect
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: IM Effect
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.
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.