Changes for version 5.48
- Fixed rotate to work properly for 16 bit mode. Imager doesn't do 16 bit RGB565, so this rotate has to be coded in Perl for 16 bit mode instead.
- Added the transform "monochrome" to "blit_transform". It does the same as the "monochrome" method. It was placed in "blit_transform" for consistency.
- The example script "primitives.pl" has been better coded to know if it's in 16 mode and leave out tests that don't work in that mode. I have also shrunk down the "MASK" and "UNMASK" graphics sizes to save some time in their rendered output, as they can be SLOOOW, especially on a Raspberry PI.
Modules
A Simple Framebuffer Graphics Library
Examples
- examples/dump.pl
- examples/fonts.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