Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c211 #define MAX_IMAGES 2048 /* number of images in descrete list, not in the file */ macro
1910 ((opt_ptr != NULL) && (i < MAX_IMAGES)); in process_command_opts()
1920 for (j = 1; j <= MAX_IMAGES; j += 2) in process_command_opts()
1922 *image_count = (MAX_IMAGES - 1) / 2; in process_command_opts()
1929 for (j = 2; j <= MAX_IMAGES; j += 2) in process_command_opts()
1931 *image_count = MAX_IMAGES / 2; in process_command_opts()
1937 imagelist[i++] = MAX_IMAGES; in process_command_opts()
1948 end = MAX_IMAGES; in process_command_opts()
2207 unsigned int imagelist[MAX_IMAGES + 1]; /* individually specified images */ in main()
2265 if (dirnum == (MAX_IMAGES - 1)) in main()
[all …]