Search found 3 matches

by dawnsong
2016-07-22T13:47:23-07:00
Forum: Users
Topic: Add "comment information" to images
Replies: 6
Views: 37152

Re: Add "comment information" to images

This way to retrieve your comments:

Code: Select all

identify -verbose commentedPciture.png |grep comment
by dawnsong
2015-12-10T08:30:46-07:00
Forum: Users
Topic: How to annotate text using Xor instead of specific fill color?
Replies: 3
Views: 3143

Re: How to annotate text using Xor instead of specific fill color?

Thanks for the confirmation, I cannot find the option of Xor for -annotate, never thought it does not have :)
I will do it with 2 steps.
by dawnsong
2015-12-09T23:22:16-07:00
Forum: Users
Topic: How to annotate text using Xor instead of specific fill color?
Replies: 3
Views: 3143

How to annotate text using Xor instead of specific fill color?

How to pass a Xor method instead of fill a solid color to write a text into an image?
With Xor, I don't need consider what background of the image would be, and where I cannot write text.
Thanks a lot.

mogrify -gravity SouthWest -fill Blue -annotate +5+5 "X-Y=z" test.png