最近在搞一個圖片演算法,需要對圖片做統一化的處理
具體見 一通道的圖片都是灰色的嗎?
但是遇到了下面的問題:
Palette images with Transparency expressed in bytes should be converted to RGBA images
所以調查了一些關於 indexed image 的資料(相關資料很分散)
參考了下面的資料:
變址影像
Single channel png displayed with colors
Indexed Images
Menu of the other Photo and Flash pages here
子問題回答:
- indexed image 應該轉成 GRB 還是 RGBA?
- indexed image 支援全部的圖片格式嗎?比如 jpg、png、tif、gif 等等
- 如果使用 python 判斷一個單通道的圖片是『灰度圖』還是 『indexed image』 ?