Changes for version 5.56
- Added antialiased line drawing. 'drawto', 'line', 'angle_line' and 'polygon' is affected. Antialiased drawing is slower, so it is an extra parameter to turn it on or off.
- Updated 'examples/primitives.pl' to demonstrate antialiased lines.
- Fixed a bug in 'blit_transform' for 'monochrome'. It just wasn't working, although the method 'monochrome' was.
- Revamped the documentation. Hopefully I got all the formatting errors and outdated parameters on some methods.
- The method 'ttf_print' now has a 'wscale' parameter for scaling the width of the text.
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