Skip to content

Added RGB565 support

Compare
Choose a tag to compare
@bitbank2 bitbank2 released this 12 Feb 10:03
· 6 commits to master since this release

This release adds a new method to make it easier to compress RGB565 images (which aren't natively supported by PNG). The encodeBegin() method will specify if you want to create a truecolor or grayscale image, then use addRGB565Line() to pass RGB565 pixels to the encoder.