C
void ImageDecoderInit();
Overview
This function initializes the global variables to 0 and then initializes the driver. This must be called once before any other function of the library is called
Returns
None
Side Effects
The graphics driver will be reset
Example
void main(void) { ImageInit(); ... }