Friday, May 21, 2010

How to display a picture with windows by programming with c?

i have a program for reading jpeg with c language, but it shows slowly, i want send this picture into memory screen

How to display a picture with windows by programming with c?
You'll want to use an in-memory bitmap (DIB) to expand the picture into, then ask Windows to copy the in-memory bitmap to the screen.


No comments:

Post a Comment