#include <string.h>
#include "GContainers.h"
Go to the source code of this file.
Classes | |
class | GFilter |
class | GFilterFactory |
Defines | |
#define | LGI_FILTER_TYPE "Type" |
A descriptive name for a GFilter. | |
#define | LGI_FILTER_EXTENSIONS "Extension" |
A comma separated list of extensions the GFilter can handle. | |
#define | FILTER_CAP_READ 0x0001 |
Filter can read an image. | |
#define | FILTER_CAP_WRITE 0x0002 |
Filter can write an image. | |
#define | FILTER_CAP_INFO 0x0004 |
Filter can get information about an image. |