Posted by Frank DaCosta on July 05, 2001 at 13:53:42:In Reply to: How do i make an image have "Holes" in it posted by gdfgdf on July 05, 2001 at 08:35:48:
You'll want to take advantage of the fact that PICT files have an additional "Alpha Channel", an extra byte per pixel that can indicate that a given pixel is transparent.
Take a look at http://www.designcommunity.com/messages/374.html for an example of how to do this in PhotoShop.
Cheers,
Frank