|
|
|
@ -84,7 +84,7 @@ fprintf(stderr, ">>> %s ( '%s' -> '%s' %d )\n", __func__,
|
|
|
|
|
pattern, outdir, szfifo);
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// fprintf(stderr, "\tstep is %d\n", step);
|
|
|
|
|
if (1 != step) fprintf(stderr, "\tstep is %d\n", step);
|
|
|
|
|
|
|
|
|
|
(void)fimg_timer_set(0);
|
|
|
|
|
|
|
|
|
@ -178,7 +178,7 @@ fprintf(stderr, "*** %s :\n\tcompiled by tTh, %s %s\n\tpid %d\n",
|
|
|
|
|
argv[0], __DATE__, __TIME__, getpid());
|
|
|
|
|
fimg_print_version(2);
|
|
|
|
|
|
|
|
|
|
while ((opt = getopt(argc, argv, "ghI:O:s:T:vx:")) != -1) {
|
|
|
|
|
while ((opt = getopt(argc, argv, "ghI:O:s:T:vw:x:")) != -1) {
|
|
|
|
|
switch(opt) {
|
|
|
|
|
|
|
|
|
|
case 'g': convert_to_gray = 1;
|
|
|
|
|