本文介绍了使用CXImage Lib绘制位图需要花费更多的CPU时间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有一个352 x 480大小的位图,我想在尺寸为400 x 400的对话框中显示它.当我使用带有平滑参数的CXimage库Draw函数绘制位图时,大约需要140毫秒的时间.它使用双线性插值方法来平滑和绘制图像.
我还有其他方法可以在不损失质量的情况下并且在大约50毫秒的时间内拉伸和绘制位图吗?

Hi,
I have a bitmap of 352 x 480 size and i want to display it on the dialog of size 400 x 400. When i draw the bitmap using CXimage library Draw function with smooth argument , it takes around 140ms time. it uses the bilinear interpolation method to smooth and draw the image.
Is there any other way i can stretch and Draw the Bitmap without loss quality and in about 50 ms time ?

推荐答案



这篇关于使用CXImage Lib绘制位图需要花费更多的CPU时间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 06:02
查看更多