ImageScanlineBufferImpl(ImageFormat readFormat, unsigned width, ImageFormat convertSourceFormat, UByte* tempBuffer = 0, UPInt tempBufferSize = 0);
ImageScanlineBufferImpl constructor.
Parameters |
Description |
ImageFormat readFormat |
The read image format. |
unsigned width |
The width of the image. |
ImageFormat convertSourceFormat |
Convert scanline to this format. |
UByte* tempBuffer = 0 |
Temporary buffer for scanline. |
UPInt tempBufferSize = 0 |
The size of the temporary buffer. |