Skip to content

Commit 08978e5

Browse files
jncratonkornelski
authored andcommitted
Update quant-table help
Update cjpeg -help for quant-table entry to include 3 additional tables listed in README-mozilla.txt and indicate the default table.
1 parent 5c6a0f0 commit 08978e5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cjpeg.c

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,13 @@ usage(void)
261261
fprintf(stderr, " -quant-table N Use predefined quantization table N:\n");
262262
fprintf(stderr, " - 0 JPEG Annex K\n");
263263
fprintf(stderr, " - 1 Flat\n");
264-
fprintf(stderr, " - 2 Custom, tuned for MS-SSIM\n");
265-
fprintf(stderr, " - 3 ImageMagick table by N. Robidoux\n");
266-
fprintf(stderr, " - 4 Custom, tuned for PSNR-HVS\n");
264+
fprintf(stderr, " - 2 Tuned for MS-SSIM on Kodak image set\n");
265+
fprintf(stderr, " - 3 ImageMagick table by N. Robidoux (default)\n");
266+
fprintf(stderr, " - 4 Tuned for PSNR-HVS on Kodak image set\n");
267267
fprintf(stderr, " - 5 Table from paper by Klein, Silverstein and Carney\n");
268+
fprintf(stderr, " - 6 Table from paper by Watson, Taylor and Borthwick\n");
269+
fprintf(stderr, " - 7 Table from paper by Ahumada, Watson, Peterson\n");
270+
fprintf(stderr, " - 8 Table from paper by Peterson, Ahumada and Watson\n");
268271
fprintf(stderr, " -icc FILE Embed ICC profile contained in FILE\n");
269272
fprintf(stderr, " -restart N Set restart interval in rows, or in blocks with B\n");
270273
#ifdef INPUT_SMOOTHING_SUPPORTED

0 commit comments

Comments
 (0)