使用16bppGrayScale绘制位图

使用16bppGrayScale绘制位图

本文介绍了如何使用GDI +使用16bppGrayScale绘制位图?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我使用Graphics.DrawImage()绘制位图时,发生了错误.我必须先将16bppGrayScale位图转换为8bppIndexed位图,然后再将其转换为24bppRgb位图,现在GDI +可以正确绘制了.想问一问是否有办法直接使用GDI +绘制16bppGrayScale位图.谢谢.

When I draw the bitmap using Graphics.DrawImage(),it occurre an error.I had to convert the 16bppGrayScale bitmap to 8bppIndexed bitmap first,then convert it to 24bppRgb bitmap,now the GDI+ can draw it correctly.So,I would like to ask whether there is an way to draw 16bppGrayScale bitmap directly using GDI+.Thanks.

推荐答案



这篇关于如何使用GDI +使用16bppGrayScale绘制位图?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 14:31