Searched refs:RowsPerStrip (Results 1 – 3 of 3) sorted by relevance
67 unsigned long RowsPerStrip; in LoadTIFFinDIB() local87 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip); in LoadTIFFinDIB()88 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip); in LoadTIFFinDIB()167 for (row = 0; row < imageLength; row += RowsPerStrip) in LoadTIFFinDIB()169 nrow = (row + RowsPerStrip > imageLength ? imageLength - row : in LoadTIFFinDIB()170 RowsPerStrip); in LoadTIFFinDIB()
140 uint32 RowsPerStrip; in TIFFRGBA2DIB() local149 TIFFGetField(img->tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip); in TIFFRGBA2DIB()
3199 * tools/{tiffcp.c, tiffcrop.c}: Do not change RowsPerStrip value if3529 * tools/tiffcp.c: Do not set RowsPerStrip bigger than image length.3555 * tools/raw2tiff.c: Do not set RowsPerStrip larger than ImageLength.3897 * tools/fax2tiff.c: Added option '-r' to set RowsPerStrip parameter5723 * tools/tiffcp.c: Set the correct RowsPerStrip and PageNumber