We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-nojfif
1 parent d48cfe5 commit bbb7550Copy full SHA for bbb7550
1 file changed
cjpeg.c
@@ -202,7 +202,7 @@ usage(void)
202
fprintf(stderr, " -tune-ms-ssim Tune trellis optimization for MS-SSIM\n");
203
fprintf(stderr, "Switches for advanced users:\n");
204
fprintf(stderr, " -noovershoot Disable black-on-white deringing via overshoot\n");
205
- fprintf(stderr, " -nojfif Do not write JFIF. Reduce size in 18 bytes but break standar. No know problems in web use.\n");
+ fprintf(stderr, " -nojfif Do not write JFIF (reduces size by 18 bytes but breaks standards; no known problems in Web browsers)\n");
206
#ifdef C_ARITH_CODING_SUPPORTED
207
fprintf(stderr, " -arithmetic Use arithmetic coding\n");
208
#endif
0 commit comments