public jpeg_write_scanlines ( byte scanlines, int num_lines ) : int | ||
scanlines | byte | The array of scanlines. |
num_lines | int | The number of scanlines for writing. |
return | int |
jpeg_write_scanlines()
since this likely signals an application programmer error. However, excess scanlines passed in the last valid call are "silently" ignored, so that the application need not adjust num_lines
for end-of-image when using a multiple-scanline buffer. public jpeg_write_scanlines ( byte scanlines, int num_lines ) : int | ||
scanlines | byte | The array of scanlines. |
num_lines | int | The number of scanlines for writing. |
return | int |