Thread: negative text
View Single Post
Old 10-21-2012, 06:01 AM   PM User | #2
patryk
Regular Coder

 
patryk's Avatar
 
Join Date: Oct 2012
Location: /dev/couch
Posts: 395
Thanks: 2
Thanked 64 Times in 64 Posts
patryk is on a distinguished road
using masks is described here:
http://www.imagemagick.org/Usage/masking/
now you make your text and use it as a mask (just like in photoshop)

or crop it using mask made with your text, make negative of it and apply it on original image.
you make negative like that, if memory serves:
convert input.png -negate output.png
patryk is offline   Reply With Quote