Re: Highlight A Region / Inverse Region
"Matthew Richer" <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
Hello everyone, I've worked with Fred and also used some of the links that Wolfgang provided and after a little changing of things below is the desired effect I was looking for. I'm adding it back into the list so that if anyone else wants it they can see it. Thanks for everyone's help. convert logo: ( -clone 0 -modulate 30 ) ( -clone 0 -crop 100x50+350+200 +repage ) -delete 0 -geometry 100x50+350+200 -composite logo_test.png Matt