Houdini Engine 7.0
|
Data for an image, used with HAPI_GetImageInfo() and HAPI_SetImageInfo() More...
#include <HAPI_Common.h>
Public Attributes | |
HAPI_StringHandle | imageFileFormatNameSH |
int | xRes |
int | yRes |
HAPI_ImageDataFormat | dataFormat |
HAPI_Bool | interleaved |
HAPI_ImagePacking | packing |
ex: true = RGBRGBRGB, false = RRRGGGBBB More... | |
double | gamma |
Data for an image, used with HAPI_GetImageInfo() and HAPI_SetImageInfo()
Definition at line 1840 of file HAPI_Common.h.
HAPI_ImageDataFormat HAPI_ImageInfo::dataFormat |
Definition at line 1855 of file HAPI_Common.h.
double HAPI_ImageInfo::gamma |
Adjust the gamma of the image. For anything less than HAPI_IMAGE_DATA_INT16, you probably want to leave this as 2.2.
Definition at line 1862 of file HAPI_Common.h.
HAPI_StringHandle HAPI_ImageInfo::imageFileFormatNameSH |
Unlike the other members of this struct changing imageFileFormatNameSH and giving this struct back to HAPI_SetImageInfo() nothing will happen. Use this member variable to derive which image file format will be used by the HAPI_ExtractImageToFile() and HAPI_ExtractImageToMemory() functions if called with image_file_format_name set to NULL. This way, you can decide whether to ask for a file format conversion (slower) or not (faster). (Read-only)
Definition at line 1850 of file HAPI_Common.h.
HAPI_Bool HAPI_ImageInfo::interleaved |
Definition at line 1857 of file HAPI_Common.h.
HAPI_ImagePacking HAPI_ImageInfo::packing |
ex: true = RGBRGBRGB, false = RRRGGGBBB
Definition at line 1858 of file HAPI_Common.h.
int HAPI_ImageInfo::xRes |
Definition at line 1852 of file HAPI_Common.h.
int HAPI_ImageInfo::yRes |
Definition at line 1853 of file HAPI_Common.h.