Hi,
The default BackColor of a TBitmapImage is clBtnFace (grey). This is
not new. The CodeClasses.iss example script shows setting BackColor
to clNone when you want transparency. This is also not new.
I do not know why before 6.5.2 your bitmaps were transparent anyway,
but it might be because partially transparent bitmap images barely
worked before that version, and you may have gotten lucky somehow.
In general, I recommend always following the example scripts, and
being explicit when setting the properties you need, instead of
depending on undocumented behavior.
Greetings,
Martijn