-itxt, -text, -zitxt, -ztxt switches do not add text chunk
Brought to you by:
glennrp
Tested version: DOS MMX
example command line:
pngcrush -itxt "keywoard 1 2 3" "comment a b c" a.png b.png
pngcrush -zitxt "keywoard 1 2 3" "comment a b c" a.png
b.png
pngcrush -text "keywoard 1 2 3" "comment a b c" a.png b.png
pngcrush -ztxt "keywoard 1 2 3" "comment a b c" a.png b.png
-itxt switch does not add iTXt chunk. -text switch
does not add tEXt chunk to output, even though it says
'Added
a tEXt chunk'. -zitxt does not add iTXt chunk. Unlike
-text switch, the activity wasn't even reported. -ztxt
does not add zTXt chunk to output, even though it says
'Added a zTXt chunk'.
Logged In: YES
user_id=7859
All of these options need an "a" or "b" parameter that
requests the
chunk to be placed "after" or "before" the IDAT chunks, e.g.,
pngcrush -itxt b "keyword 1 2 3" "comment a b c" a.png b.png
Glenn