HDK
|
#include "IMG_API.h"
#include <SYS/SYS_Types.h>
#include <UT/UT_FilterType.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_IntArray.h>
#include <UT/UT_Rect.h>
#include <UT/UT_SharedPtr.h>
#include <PXL/PXL_LumFuncs.h>
#include "IMG_FileTypes.h"
#include "IMG_Metadata.h"
Go to the source code of this file.
Classes | |
class | IMG_FileParms |
File options for manipulating image data on load or save. This class allows you to modify the incoming or outgoing image data by scaling, flipping, converting or cropping the data. It can be optionally passed to IMG_File::open() or IMG_File::create() More... | |