Hello,
Newbie to BGRA and the dedicated forums, I really don't know how to post, so feel free to move these lines :
Starting with the sentence "
If you make some improvements to this library, please notify..." found in the
readme.txt of
bgrabitmap-11.6.2/test/testbgrafunc, here it goes :
The test
if TBGRAPixel_RGBAOrder then
Caption := Caption + ' (RGBA 32-bit)'
else
Caption := Caption + ' (BGRA 32-bit)';
in
FormCreate lines 115-120 cannot access the second option, says my compiler, because one can read
TBGRAPixel_RGBAOrder = True; in bgrapixel.inc line 90.
So I commented out the test (maybe not the best thing to do, but...) and everythings stills work fine.
Now, is it the right place to ask something strange with the
bgralape found in
bgrabitmap-11.6.2/test ?
When I click Run then the first "ShowMessage", the second test displays the following : nothing on right side, an empty field...
bug_test_bgralape.png
And the Text test (15) displays broken glyphs, at least for me :
strangetext_testbgralape.png
I use the last BGRA package (from "Packages / OnLine Package Manager...") on a 64 bits machine with Linux-Debian 11.9 Gtk2 FPC 3.2.2 Laz 3.2.
Thanks,