图像格式的规范吗

图像格式的规范吗

本文介绍了有人可以给我提供 32 位 BMP 图像格式的规范吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用程序在打开 32 位 BMP 图像时遇到一些问题.某些图像具有 alpha 通道并具有一定的价值,但窗口图像查看器、picasa photoshop 似乎忽略了 alpha 通道.我怎么知道我是否应该考虑 alpha 通道.

My application have some problem on opening 32bit BMP images.some image has alpha channel and with certain value, but window image viewer, picasa photoshop seems ignore the alpha channel.how can I know whether I should take the alpha channel into account.

所以我需要一个 32 位 BMP 图像的规范.有人可以帮忙吗?

So I need a specification of 32bit BMP Image. Can anyone help?

非常感谢!

推荐答案

也在维基百科:BMP

这篇关于有人可以给我提供 32 位 BMP 图像格式的规范吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 07:53