Added RGB565 support
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.