Searched refs:total_pages (Results 1 – 1 of 1) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | tiffcrop.c | 2212 unsigned int total_pages = 0; in main() local 2248 total_pages = total_images; /* Only valid with single input file */ in main() 2261 total_pages = image_count; in main() 2386 mp, argv[argc - 1], &next_page, total_pages); in main() 6880 unsigned int *page, unsigned int total_pages) in writeSelections() argument 6894 page_count = total_pages; in writeSelections() 6898 crop_buff, *page, total_pages)) in writeSelections() 6908 page_count = crop->selections * total_pages; in writeSelections() 6931 crop_buff, *page, total_pages)) in writeSelections() 7722 unsigned char *crop_buff, int pagenum, int total_pages) in writeCroppedImage() argument [all …]
|