Document jpgtest decompress-only feature

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@292 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2010-11-12 10:18:08 +00:00
parent e8ce2e0864
commit e89bbaee14
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ README-turbo.txt for more details. This feature was sponsored by CamTrace SAS.
[3] TurboJPEG/OSS can now compress from/decompress to grayscale bitmaps.
[4] jpgtest can now be used to test decompression performance only.
Significant changes since 1.0.0
===============================

View File

@@ -359,7 +359,8 @@ void dodecomptest(char *filename, BMPPIXELFORMAT pf, int bu, int useppm,
void usage(char *progname)
{
printf("USAGE: %s <Inputfile (BMP|PPM|JPG))> <%% Quality>\n\n", progname);
printf("USAGE: %s <Inputfile (BMP|PPM))> <%% Quality>\n", progname);
printf(" %s <Inputfile (JPG))>\n\n", progname);
printf(" [-tile]\n");
printf(" Test performance of the codec when the image is encoded\n");
printf(" as separate tiles of varying sizes.\n\n");