共计 371 个字符,预计需要花费 1 分钟才能阅读完成。
最近在搞一个图片算法,须要对图片做统一化的解决
具体见 一通道的图片都是灰色的吗?
然而遇到了上面的问题:
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』?
正文完