Clipping a filmstrip in png format (Delphi 2010)
问题 I have a filmstrip of images in png format like this: I'd like to know how to clip each of the images and put these images in a TImageList control, always preserving the transparency. [EDIT] Yes, at designtime the trick mentioned by RRUZ works fine, but I wanted to clip the images at runtime, i.e. by loading the filmstrip from resource or file 回答1: You must follow these steps: set ColorDepth property to cd32Bit , DrawingStyle to dsTransparent , Height = 48, Width =48, then load the image and