Image Compression Option

Microchip Graphics Library

Microchip Graphics Library
Image Compression Option

These compile options to set if the images used for OutImage() are RLE compressed or IPU compressed.

Macros
Name 
Description 
To enable support for DEFLATE compressed images for PutImage(). When this macro is enabled, the PutImage() function will be able to process images generated by the Graphics Resource Converter (GRC) that are compressed using the DEFLATE algorithm. PutImage() will need the IPU module of the Microchip Graphics Module to decompress. Enable this feature only when the driver features the IPU module (example: PIC24FJ2456DA210). Define this in GraphicsConfig.h 
To enable support for RLE compressed images for PutImage(). When this macro is enabled, the PutImage() function will be able to process images generated by the Graphics Resource Converter (GRC) that are RLE compressed. Define this in GraphicsConfig.h 
Links
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved