ISL_InitBuffers_WH
Initializes Image Styles Library buffers with the defined width and height.
bool ISL_InitBuffers_WH
(
int width,
int height
); |
Parameters
| width |
Width of an output image. |
| height |
Height of an output image. |
Return value
If successful then TRUE is returned, else FALSE is returned.
|