How to unset a clip path in a Draw?

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
AndreKR
Posts: 3
Joined: 2011-02-10T11:35:39-07:00
Authentication code: 8675308

How to unset a clip path in a Draw?

Post by AndreKR »

While drawing to a Draw, after setting a clip path with DrawSetClipPath(), how can I remove the clip path so that I can draw on the whole image again?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How to unset a clip path in a Draw?

Post by snibgo »

snibgo's IM pages: im.snibgo.com
AndreKR
Posts: 3
Joined: 2011-02-10T11:35:39-07:00
Authentication code: 8675308

Re: How to unset a clip path in a Draw?

Post by AndreKR »

I don't think so, or at least I can't put the pieces together. In fact from the various resources I read it seems that the clipping mask of an image and the clipping path of a draw/MVG are two completely separate concepts.
Post Reply