Image Background?!

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
YTLD
Posts: 1
Joined: Mon Jul 30, 2007 2:15 am

Image Background?!

Post by YTLD »

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
willow :--)
Posts: 107
Joined: Sat Jan 13, 2007 11:50 am

Post by willow :--) »

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
Post Reply