Home
last modified time | relevance | path

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

/libtiff-4.0.7/test/
H A Dstrip_rw.c48 read_image_striped(const char *, uint32, uint32, uint32, uint16, uint16,
82 if (read_image_striped(filename, XSIZE * YSIZE, 1, rowsperstrip, in main()
98 if (read_image_striped(filename, 1, XSIZE * YSIZE, rowsperstrip, in main()
124 if (read_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main()
141 if (read_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main()
H A Dstrip.c184 read_image_striped(const char *name, uint32 width, uint32 length, in read_image_striped() function