最近在搞一个图片算法,需要对图片做统一化的处理

具体见 一通道的图片都是灰色的吗?

但是遇到了下面的问题:

  • 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』 ?

universe_king
3.4k 声望678 粉丝