|
| Re: Cropping an irregular object. |
 |
Wed, 9 Apr 2008 19:15:17 -0400 |
Hi Lance,
> Following on from an earlier thread regarding a circle.
> What would be the most efficient method for cropping an irregular object ?
Since it's a bitmap, and since it has a mostly unique color as the background
(white), then you could do this completely in Draw. Hide the white background
of the bitmap by using "Bitmap Color Mask" (with a tolerance close to
100% to
hide all the various shades of light-grey around the logo). Then draw a
polygon around the logo, and "PowerClip" the bitmap inside the
polygon, thus
hiding that arc of text.
Hope that helps a bit.
Regards,
Jim
|
| Post Reply
|
|
|
|
|
|
|
|
|
|