mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Fixed some typos in the pngfix usage message.
This commit is contained in:
parent
678020ae18
commit
2bf96d75ec
@ -1,6 +1,6 @@
|
|||||||
/* pngfix.c
|
/* pngfix.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015 John Cunningham Bowler
|
* Copyright (c) 2014-2015 John Cunningham Bowler
|
||||||
*
|
*
|
||||||
* Last changed in libpng 1.6.17 [(PENDING RELEASE)]
|
* Last changed in libpng 1.6.17 [(PENDING RELEASE)]
|
||||||
*
|
*
|
||||||
@ -3702,21 +3702,21 @@ usage(const char *prog)
|
|||||||
" gAMA, sRGB [all]: These specify the gamma encoding used for the pixel",
|
" gAMA, sRGB [all]: These specify the gamma encoding used for the pixel",
|
||||||
" values.",
|
" values.",
|
||||||
" cHRM, iCCP [color]: These specify how colors are encoded. iCCP also",
|
" cHRM, iCCP [color]: These specify how colors are encoded. iCCP also",
|
||||||
" specifies the exact encoding of a pixel value however in practice",
|
" specifies the exact encoding of a pixel value; however, in",
|
||||||
" most programs will ignore it.",
|
" practice most programs will ignore it.",
|
||||||
" bKGD [transform]: This is used by libpng transforms."
|
" bKGD [transform]: This is used by libpng transforms."
|
||||||
" --max=<number>:",
|
" --max=<number>:",
|
||||||
" Use IDAT chunks sized <number>. If no number is given the the IDAT",
|
" Use IDAT chunks sized <number>. If no number is given the the IDAT",
|
||||||
" chunks will be the maximum size permitted; 2^31-1 bytes. If the option",
|
" chunks will be the maximum size permitted; 2^31-1 bytes. If the option",
|
||||||
" is omitted the original chunk sizes will not be changed. When the",
|
" is omitted the original chunk sizes will not be changed. When the",
|
||||||
" option is given --strip=unsafe is set automatically, this may be",
|
" option is given --strip=unsafe is set automatically. This may be",
|
||||||
" cancelled if you know that all unknown unsafe-to-copy chunks really are",
|
" cancelled if you know that all unknown unsafe-to-copy chunks really are",
|
||||||
" safe to copy across an IDAT size change. This is true of all chunks",
|
" safe to copy across an IDAT size change. This is true of all chunks",
|
||||||
" that have ever been formally proposed as PNG extensions.",
|
" that have ever been formally proposed as PNG extensions.",
|
||||||
" MESSAGES",
|
" MESSAGES",
|
||||||
" By default the program only outputs summaries for each file.",
|
" By default the program only outputs summaries for each file.",
|
||||||
" --quiet (-q):",
|
" --quiet (-q):",
|
||||||
" Do not output the summaries except for files which cannot be read. With",
|
" Do not output the summaries except for files that cannot be read. With",
|
||||||
" two --quiets these are not output either.",
|
" two --quiets these are not output either.",
|
||||||
" --errors (-e):",
|
" --errors (-e):",
|
||||||
" Output errors from libpng and the program (except too-far-back).",
|
" Output errors from libpng and the program (except too-far-back).",
|
||||||
@ -3749,7 +3749,7 @@ usage(const char *prog)
|
|||||||
" the following codes. Notice that the results for each file are combined",
|
" the following codes. Notice that the results for each file are combined",
|
||||||
" together - check one file at a time to get a meaningful error code!",
|
" together - check one file at a time to get a meaningful error code!",
|
||||||
" 0x01: The zlib too-far-back error existed in at least one chunk.",
|
" 0x01: The zlib too-far-back error existed in at least one chunk.",
|
||||||
" 0x02: At least once chunk had a CRC error.",
|
" 0x02: At least one chunk had a CRC error.",
|
||||||
" 0x04: A chunk length was incorrect.",
|
" 0x04: A chunk length was incorrect.",
|
||||||
" 0x08: The file was truncated.",
|
" 0x08: The file was truncated.",
|
||||||
" Errors less than 16 are potentially recoverable, for a single file if the",
|
" Errors less than 16 are potentially recoverable, for a single file if the",
|
||||||
@ -3817,7 +3817,7 @@ usage(const char *prog)
|
|||||||
" SKP: The chunk was skipped because of a zlib issue (zlib-rc) with",
|
" SKP: The chunk was skipped because of a zlib issue (zlib-rc) with",
|
||||||
" explanation 'message'",
|
" explanation 'message'",
|
||||||
" ERR: The read of the file was aborted. The parameters explain why.",
|
" ERR: The read of the file was aborted. The parameters explain why.",
|
||||||
"$3 status: For 'ERR' the accumulate status code from 'EXIT CODES' above.",
|
"$3 status: For 'ERR' the accumulated status code from 'EXIT CODES' above.",
|
||||||
" This is printed as a 2 digit hexadecimal value",
|
" This is printed as a 2 digit hexadecimal value",
|
||||||
" comp-level: The recorded compression level (FLEVEL) of a zlib stream",
|
" comp-level: The recorded compression level (FLEVEL) of a zlib stream",
|
||||||
" expressed as a string {supfast,stdfast,default,maximum}",
|
" expressed as a string {supfast,stdfast,default,maximum}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user