Im new to this whole development scene!
Im wondering how you would insert an image as a background for a homebrew app?
Im using CSP Development Studio and c/c++ programming!
Any Help!
Thanks
Image Background?!
-
- Posts: 107
- Joined: Sat Jan 13, 2007 11:50 am
You have to load the image, generally this is done using the libpng or libjpeg libraries.
Then you convert it to a Texture, and display this texture on the screen
http://www.psp-programming.com/tutorials/c/lesson04.htm
Then you convert it to a Texture, and display this texture on the screen
http://www.psp-programming.com/tutorials/c/lesson04.htm