Page 1 of 1

Image Parser!

Posted: May 29th, 2012, 5:14 am
by magusofmirrors
I want to be able to read an image directly from a file and then I want to take that data and apply it directly as an image onto the screen. I'm too lazy to go on a wild goose chase, so any place to start looking for answers on how to make such a thing would be helpful. :P

Re: Image Parser!

Posted: May 29th, 2012, 6:39 am
by chili
My lesson 20 deals with loading and displaying a .bmp file. For other file formats the basic theory is the same. You can look into using GDI+ to load the actual image files for you.

Re: Image Parser!

Posted: May 29th, 2012, 6:41 am
by ghilllie
magusofmirrors wrote:I want to be able to read an image directly from a file and then I want to take that data and apply it directly as an image onto the screen. I'm too lazy to go on a wild goose chase, so any place to start looking for answers on how to make such a thing would be helpful. :P

watch lesson 19 of the tutorial to get the idea for when is our friend chili exactly is going to uncover that secret... He mentioned about it at the near end of lesson 19...