I've never used DrawDib APIs, My Application's UI rendering is based on stretchDIBits. Because there are really lots of large images to draw , the stretchDIBits's (HAFTONE is used to get better render result) performace is bad...
I heard about DrawDib is a group of efficient APIs to draw DIBs to DC. Is it better than stretchDIBits?
Can anyone give me some comparision document of them? If the question is stupid, I am sorry. I really have very little experience about this.
Thanks in advance.