crop out a polygon from png
crop out a polygon from png
how to crop out a polygon from png
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: crop out a polygon from png
Images are rectangular. What do you want to happen to pixels?
Perhaps you want all pixels outside a polygon to become transparent. You can draw a white polygon on a black background, then CopyOpacity that to the image.
Perhaps you want all pixels outside a polygon to become transparent. You can draw a white polygon on a black background, then CopyOpacity that to the image.
snibgo's IM pages: im.snibgo.com
Re: crop out a polygon from png
@snibgo thank you very much. my problem had been solved.