#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "Gdc2.h"
#include "GString.h"
Functions | |
GSurface * | LoadDC (char *Name) |
Loads a image from a file. | |
bool | WriteDC (char *Name, GSurface *pDC) |
Writes an image to a file. |
|
Loads a image from a file. This function uses the compiled in codecs, some of which require external shared libraries / DLL's to function. Other just need the right source to be compiled in. Lgi comes with the following image codecs:
|