| Subject: | working with segments of png images - is this possible? |
| Posted by: | Thomas Conlon (tomconlon7_at_gmail_com) |
| Date: | Tue, 30 Jun 2009 |
Hi,
I've created a Timage decendant that copies segments of a master image
dependant upon changes of state (i.e. normal, selected & hover) due to
mouse events. The master image is composed of 1+ horizonal pictures with
additionally 2 or 3 vertical pictures to support normal and selected
states (hover is row 3 and this is optional)
Working with bmps is fine but, wanting transparency and smaller image
sizes meant that I need png support. Has anyone done this (or something
similar) with png images? If so, any advice is welcomed. At the moment
it looks like I'm going to have to load them into a pngimagelist and
manipulate each segment as seperate images.
Thanks,
Tom