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