テキストブロックのメタデータを表示できるPNGビューアはありますか?理想的には、任意のブロックを見ることができる方法が欲しいです。
ベストアンサー1
ソリューションの一部を見つけました。PNG確認このツールは画像を表示しませんが、テキストブロックを印刷できます。
pngcheck -c -v -t foobar.png
PNGブロックを表示するための関連オプションは次のとおりです。
-7 print contents of tEXt chunks, escape chars >=128 (for 7-bit terminals)
-c colorize output (for ANSI terminals)
-p print contents of PLTE, tRNS, hIST, sPLT and PPLT (can be used with -q)
-t print contents of tEXt chunks (can be used with -q)
-v test verbosely (print most chunk data)