#include <lescegra/util/object.h>
Include dependency graph for image.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | LsgImage |
| Bitmap. More... | |
Defines | |
| #define | LSG_IMAGE_H 1 |
| #define | IMAGE_GRAYSCALE 1 |
| #define | IMAGE_RGB 3 |
| #define | IMAGE_RGBA 4 |
Functions | |
| LsgImage * | LsgImage_create (int width, int height, int bpp) |
| void | LsgImage_init (LsgImage *self, int width, int height, int bpp) |
| void | LsgImage_destroy (LsgImage *self) |
| LsgImage * | LsgImage_loadPCX (const char *filename) |
|
||||||||||||||||
|
Allocate and initialize an image with the given resolution and number of channels.
|
|
|
Load an image stored in PCX format.
|