Page 1 of 1

highlight

Posted: 2010-10-08T19:46:25-07:00
by galv
Is there a way to highlight a region, like text, like the way Word does it. But on raster images of course. It's not the same with filled rectangle, because in that case, the text won't be visible after the 'highlight'.

Re: highlight

Posted: 2010-10-08T22:28:04-07:00
by anthony
Set a -region then use any direct color modification operator you like.

For example, change colors so that white becomes gold
convert logo: -region 100x100+240+170 +level-colors black,gold show: