-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpngcheck.1
57 lines (57 loc) · 1.27 KB
/
pngcheck.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.TH PNGCHECK "1" "April 2021" "pngcheck 3.0.3" "User Commands"
.SH NAME
pngcheck \- manual page for pngcheck 3.0.3
.SH SYNOPSIS
.B pngcheck
.RI [ \-7cpqtv ]
.I file.{png|jng|mng}
.RI [ file2.{png|jng|mng} \ [...]]
.br
.RB ...\ |\ pngcheck
.RI [ \-7cpqstvx ]
.br
.B pngcheck
.RI [ \-7cpqstvx ] \ file-containing-PNGs ...
.SH DESCRIPTION
PNGcheck, version 3.0.3 of 25 April 2021,
by Alexander Lehmann, Andreas Dilger and Greg Roelofs.
.PP
Test PNG, JNG or MNG image files for corruption, and print size/type info.
.SH OPTIONS
.TP
.B \-7
print contents of tEXt chunks, escape chars >=128 (for 7\-bit terminals)
.TP
.B \-c
colorize output (for ANSI terminals)
.TP
.B \-p
print contents of PLTE, tRNS, hIST, sPLT and PPLT (can be used with
.BR \-q )
.TP
.B \-q
test quietly (output only errors)
.TP
.B \-s
search for PNGs within another file
.TP
.B \-t
print contents of tEXt chunks (can be used with
.BR \-q )
.TP
.B \-v
test verbosely (print most chunk data)
.TP
.B \-vv
test very verbosely (decode & print line filters)
.TP
.B \-w
suppress windowBits test (more\-stringent compression check)
.TP
.B \-x
search for PNGs within another file and extract them when found
.SH NOTE
MNG support is more informational than conformance\-oriented.
.SH "SEE ALSO"
.BR pngsplit (1),
.BR png-fix-IDAT-windowsize (1)