Lines Matching full:stderr
48 fprintf(stderr, "usage: %s [switches] ", progname);
50 fprintf(stderr, "inputfile outputfile\n");
52 fprintf(stderr, "[inputfile]\n");
55 fprintf(stderr, "Switches (names may be abbreviated):\n");
56 fprintf(stderr, " -copy none Copy no extra markers from source file\n");
57 fprintf(stderr, " -copy comments Copy only comment markers (default)\n");
58 fprintf(stderr, " -copy all Copy all extra markers\n");
60 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n");
63 fprintf(stderr, " -progressive Create progressive JPEG file\n");
66 fprintf(stderr, "Switches for modifying the image:\n");
67 fprintf(stderr, " -grayscale Reduce to grayscale (omit color data)\n");
68 fprintf(stderr, " -flip [horizontal|vertical] Mirror image (left-right or top-bottom)\n");
69 fprintf(stderr, " -rotate [90|180|270] Rotate image (degrees clockwise)\n");
70 fprintf(stderr, " -transpose Transpose image\n");
71 fprintf(stderr, " -transverse Transverse transpose image\n");
72 fprintf(stderr, " -trim Drop non-transformable edge blocks\n");
74 fprintf(stderr, "Switches for advanced users:\n");
75 fprintf(stderr, " -restart N Set restart interval in rows, or in blocks with B\n");
76 fprintf(stderr, " -maxmemory N Maximum memory to use (in kbytes)\n");
77 fprintf(stderr, " -outfile name Specify name for output file\n");
78 fprintf(stderr, " -verbose or -debug Emit debug output\n");
79 fprintf(stderr, "Switches for wizards:\n");
81 fprintf(stderr, " -arithmetic Use arithmetic coding\n");
84 fprintf(stderr, " -scans file Create multi-scan JPEG per script file\n");
101 fprintf(stderr, "%s: can only do one image transformation at a time\n",
106 fprintf(stderr, "%s: sorry, image transformation was not compiled\n",
158 fprintf(stderr, "%s: sorry, arithmetic coding not supported\n",
182 fprintf(stderr, "Independent JPEG Group's JPEGTRAN, version %s\n%s\n",
225 fprintf(stderr, "%s: sorry, entropy optimization was not compiled\n",
242 fprintf(stderr, "%s: sorry, progressive output was not compiled\n",
287 fprintf(stderr, "%s: sorry, multi-scan output was not compiled\n",
387 fprintf(stderr, "%s: must name one input and one output file\n",
394 fprintf(stderr, "%s: must name one input and one output file\n",
402 fprintf(stderr, "%s: only one input file\n", progname);
410 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
421 fprintf(stderr, "%s: can't open %s\n", progname, outfilename);