#include "IMG_API.h"#include <iostream.h>#include "IMG_FileTypes.h"#include "IMG_Plane.h"#include <UT/UT_String.h>#include <UT/UT_Rect.h>#include <UT/UT_PtrArray.h>#include <UT/UT_IntArray.h>Go to the source code of this file.
Classes | |
| class | IMG_Stat |
| Contains the details of a specific image file, used by IMG_File. This class contains all the high-level details needed to save an image file, or query a loaded image file's statistics. It contains such data as the resolution, pixel aspect ratios, data formats and image planes. The set() methods are used when creating a new IMG_Stat for writing an image file, while the get() methods are generally used when reading. More... | |
1.5.9