Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c494 static int correct_orientation(struct image_data *, unsigned char **);
2355 if (correct_orientation(&image, &read_buff)) in main()
6220 static int correct_orientation(struct image_data *image, unsigned char **work_buff_ptr) in correct_orientation() function