user327359
user327359

Reputation: 93

32 bit color version of TImageList for Delphi 7

I'm hoping someone knows of an enhanced TImageList for Delphi 7 that supports 32 bit (alpha channel) bitmaps (for a TTreeView). Ideally free . Or perhaps how to extend/configure the stock TImageList to handle the alpha channel properly in 32 bit color bitmaps.

Upvotes: 0

Views: 645

Answers (1)

afrazier
afrazier

Reputation: 4902

thany.org had a package called PNGComponents that included a TPNGImageList that handled 32-bit alpha-blended images. You also had to have PNGImage installed.

Hmm, I can't get to thany.org, but Uwe Raabe updated the set to D2009/D2010. It's available as QC #26127, and should be compatible down to Delphi 7 as long as you get the aforementioned PNGImage component first.

Upvotes: 1

Related Questions