#include <IMG_FilePSD.h>
Definition at line 543 of file IMG_FilePSD.h.
const char* IMG_PSD::className |
( |
| ) |
const |
|
inlineoverride |
int IMG_PSD::closeFile |
( |
| ) |
|
|
override |
Flushes any open buffers, and releases all allocated memory. Gets called by the destructor to do any cleanup.
UT_Array<int> IMG_PSD::getTreeLevelsFromRawLayerRecords |
( |
| ) |
|
Opens a .psd type file to prepare for reading.
Reads a single scanline for given row y into the buffer buf. A scanline is all the image data required to draw a single row.
- Parameters
-
[in] | y | Row number to be read starting ranging from 0 to the images height - 1 (inclusive). |
[out] | buf | Buffer where the image data needs to be passed into |
static void IMG_PSD::registerFormat |
( |
| ) |
|
|
static |
int IMG_PSD::writeScanline |
( |
int |
scan, |
|
|
const void * |
buf |
|
) |
| |
|
override |
The documentation for this class was generated from the following file: