从位图中删除 Alpha 通道(RGBA 到 RGB)
我想知道是否有人有代码可以做到这一点或为我指明正确的方向,我尝试在像素的每 4 个字节中元素化第 4 个字节,但它从未起作用。我在十六进制编辑器中打开了 32 位图像,它几乎都是相同的字节序列。分辨率为每英寸 66x66 点,
谢谢
i was wondering if someone has a code to do this or point me in the right direction, i tried elemenating the 4th byte in each 4 bytes of a pixel, but it never worked. i opened the 32bit image in hex editor, it was kinda all the same sequence of bytes. resolution is 66x66 dots per inch
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信“转换”程序可以做到这一点。它是 ImageMagick 包的一部分。
I believe the "convert" program can do this. It is part of the ImageMagick package.