Image File Type

What sort of Image file type what would work in C++ and leave the background of the image transpartent?
Last edited on
That depends on the lib that you use. I've had moderate to high success with SFML and .png or .jpg to accomplish this.
+1 Computergeek01

I always use png's for my transparency in my games and such. However if you want an alpha channel for shading and such, take a close look at your library, because I know at least one doesn't support alpha shading. Otherwise you can always set up a color key =)
Topic archived. No new replies allowed.