Home
last modified time | relevance | path

Searched refs:raster_strip (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiff2rgba.c450 unsigned char * raster_strip; in cvt_whole_image() local
456 raster_strip = ((unsigned char *) raster) + 3 * row * width; in cvt_whole_image()
461 raster_strip = (unsigned char *) (raster + row * width); in cvt_whole_image()
470 if( TIFFWriteEncodedStrip( out, row / rowsperstrip, raster_strip, in cvt_whole_image()