Changes for version 5.45
- Added "convertalpha" parameter to "load_image". This finds all occurances of the background color and gives it the alpha value in the global background that is set. This makes for overlaying via "blit_transform" in "merge" mode much easier, and pretty much replaces MASK and UNMASK mode for blitting (they will stay for compatibility). Note, alpha only works for 32 bit mode. This parameter does nothing in 24 and 16 bit screen modes.
Modules
A Simple Framebuffer Graphics Library
Examples
- examples/dump.pl
- examples/images/GFB.png
- examples/images/RWBY_Alternate_Logo.png
- examples/images/RWBY_Faces.png
- examples/images/RWBY_Kick_Butt.gif
- examples/images/RWBY_Logo.png
- examples/images/RWBY_Oh_No.jpg
- examples/images/RWBY_Yang_Call_Me_SIR.gif
- examples/images/RWBY_beuowolf.jpg
- examples/images/testpattern.jpg
- examples/mmapvsfile.pl
- examples/primitives.pl
- examples/slideshow.pl
- examples/threadstest.pl
- examples/viewpic.pl