typedef struct ImageFile_tag ImageFile;
imagestruct.h
The basic structure. This is referenced by applications as 'Image' This is the primary type that the image library works with.
This is the internal definition.
This is a actual data content, Image is (ImageFile *).
Types