We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375013f commit a70e523Copy full SHA for a70e523
src/cli.rs
@@ -132,7 +132,9 @@ Strip metadata chunks, where <mode> is one of:
132
CAUTION: 'all' will convert APNGs to standard PNGs.
133
134
Note that 'bKGD', 'sBIT' and 'hIST' will be forcibly stripped if the color type or bit \
135
-depth is changed, regardless of any options set.",
+depth is changed, regardless of any options set.
136
+
137
+The default when --strip is not passed is to keep all metadata.",
138
DISPLAY_CHUNKS
139
.iter()
140
.map(|c| String::from_utf8_lossy(c))
0 commit comments