|
HDK
|
#include "IMG_API.h"#include "IMG_FileTypes.h"#include "IMG_Plane.h"#include "IMG_Metadata.h"#include <UT/UT_String.h>#include <UT/UT_Rect.h>#include <UT/UT_ValArray.h>#include <UT/UT_IntArray.h>#include <UT/UT_SharedPtr.h>#include <SYS/SYS_Inline.h>
Include dependency graph for IMG_Stat.h:
This graph shows which files directly or indirectly include this file: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... | |