PSDFileMeta Class Reference
#include <LibPSD.h>
The PSDFileMeta object contains meta data about the psd file, such header information, the number of layers, etc...
This is a self managed class, where it's data will be filled on PSDOpen().
Definition at line 312 of file LibPSD.h.
| float GetXResolution |
( |
| ) |
const |
| void SetXResolution |
( |
float |
xres | ) |
|
| float GetYResolution |
( |
| ) |
const |
| void SetYResolution |
( |
float |
yres | ) |
|
| unsigned short GetResUnit |
( |
| ) |
const |
| void SetResUnit |
( |
unsigned short |
resUnit | ) |
|
| bool SetFileHeaderStruct |
( |
unsigned int |
inWidth, |
|
|
unsigned int |
inHeight, |
|
|
unsigned short |
inColorDepth, |
|
|
unsigned short |
inChannels |
|
) |
| |
| unsigned int GetNbLayers |
( |
| ) |
const |
|
inline |
| void SetNbLayers |
( |
unsigned int |
nbLayers | ) |
|
|
inline |
| bool SetColorModeData |
( |
unsigned char * |
colorModeData, |
|
|
unsigned int |
colorModeDataSize |
|
) |
| |
| bool LayerStateValid |
( |
| ) |
const |
|
inline |
Definition at line 391 of file LibPSD.h.
391 {
return m_pLayerState != 0; }
| unsigned short GetLayerState |
( |
| ) |
const |
|
inline |
| void SetLayerState |
( |
unsigned short |
layerState | ) |
|
| ThumbnailResource* m_pThumbnail |
The documentation for this class was generated from the following file: