How to apply a selective transparency to an image?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Znuff
Posts: 9
Joined: 2014-02-28T10:16:07-07:00
Authentication code: 6789

Re: How to apply a selective transparency to an image?

Post by Znuff »

I'm offsetting the annotate positions so they don't stick to the edge(s).

Is there a different way of doing it?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How to apply a selective transparency to an image?

Post by fmw42 »

Znuff wrote:I'm offsetting the annotate positions so they don't stick to the edge(s).

Is there a different way of doing it?

See my added comments above.
Znuff
Posts: 9
Joined: 2014-02-28T10:16:07-07:00
Authentication code: 6789

Re: How to apply a selective transparency to an image?

Post by Znuff »

Thank you, again.

That did the trick.
Post Reply