是否有可以顯示文字塊元資料的 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)
答案2
ImageMagick「顯示」程式可以做到這一點。顯示影像展示檔案名稱.png,按住右鍵調出選單,選擇圖片訊息,然後向下捲動。