How to add a TBitmap32 image to TsAlphaImageList? Root › Technical support › Tricks This topic has 3 replies, 2 voices, and was last updated 6 years, 6 months ago by Support. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts December 19, 2018 at 6:35 pm #58781 SupportKeymaster Hello You tried the 'Add' method already? Mask parameter may be empty there. Alpha channel of bitmap will not be lost. December 19, 2018 at 6:48 pm #58782 SzakiLaciParticipant 'Support' wrote: Hello You tried the 'Add' method already? Mask parameter may be empty there. Alpha channel of bitmap will not be lost. No, I haven't tried it 😀 … because I knew this would happen if I try to compile: Code: [Error] Konstansok.pas(3670): Incompatible types: 'TBitmap' and 'TBitmap32' PS: Thanks for the quick responce. December 20, 2018 at 7:30 am #58789 SupportKeymaster Yes, you should convert TBitmap32 to TBitmap with PixelFormat = pf32bit for using in this procedure. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks