Here are the classes, structs, unions and interfaces with brief descriptions:
CImg< T > | Class representing an image (up to 4 dimensions wide), each pixel being of type T |
CImgDisplay | This class represents a window which can display CImg<T> images and handles mouse and keyboard events |
CImgException | Instances of this class are thrown when errors occur during a CImg library function call |
CImgList< T > | Class representing list of images CImg<T> |