Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/ras/
H A Dtif2ras.c79 char *outf = NULL; local
126 else if (outf == NULL)
127 outf = argv[0];
314 if (outf == NULL || strcmp(outf, "Standard Output") == 0) {
315 outf = "Standard Output";
318 if (!(fp = fopen(outf, "w")))
319 error("%s: %s couldn't be opened for writing.\n", outf);
323 fprintf(stderr, "Writing rasterfile in %s...", outf);
326 error("%s: error writing Sun Rasterfile: %s\n", outf);
H A Dras2tif.c81 char *outf = NULL; local
137 } else if (outf == NULL)
138 outf = argv[0];
143 if (outf == NULL)
163 fprintf(stderr, "Writing %s...", outf);
165 tif = TIFFOpen(outf, "w");
168 error("%s: error opening TIFF file %s", outf);