Changes for version 5.40
- Fixed the Perl 5.22+ hard error in load_image while checking for Imager based errors. Instead of "defined(@Img)" I changed it to "defined($Img[0])". Which is functionally equivalent to what I need to check, as the first element needs to be defined anyway. This should make new Perls happy.
Modules
A Simple Framebuffer Graphics Library
Examples
- examples/dump.pl
- examples/images/RWBY_Faces.png
- examples/images/RWBY_Kick_Butt.gif
- examples/images/RWBY_Yang_Bam.gif
- examples/images/RWBY_Yang_Kick_Butt.gif
- examples/images/testpattern.jpg
- examples/mmapvsfile.pl
- examples/primitives.pl
- examples/slideshow.pl
- examples/threadstest.pl
- examples/viewpic.pl