Lines Matching refs:stderr
64 fprintf(stderr, "Warning: EXIF extraction from TIFF is unsupported.\n");
177 fprintf(stderr, "Error! Cannot parse TIFF file\n");
183 fprintf(stderr, "Warning: multi-directory TIFF files are not supported.\n"
188 fprintf(stderr, "Error! Cannot retrieve TIFF samples-per-pixel info.\n");
195 fprintf(stderr, "Error! Cannot retrieve TIFF image dimensions.\n");
200 fprintf(stderr, "Error! TIFF image dimension (%d x %d) is too large.\n",
217 fprintf(stderr, "Error! TIFF tile dimension (%d x %d) is too large.\n",
225 fprintf(stderr, "Error! Cannot retrieve TIFF ExtraSamples info.\n");
259 fprintf(stderr, "Error allocating TIFF RGBA memory!\n");
266 fprintf(stderr, "Error extracting TIFF metadata!\n");
285 fprintf(stderr, "TIFF support not compiled. Please install the libtiff "