Adding Artwork to Game Program

Started by
5 comments, last by vkeller 24 years, 7 months ago
Make sure that the color depth is the same as the original bitmap the program used. If the program used an 8bit BMP make sure your new one is 8bit as well. Also depending on the code it may have to be the same size.

------------------
Glen Martin
Dynamic Adventures Inc.
http://www.dynamicadventures.com

Glen Martin
Dynamic Adventures Inc.
Zenfar
Advertisement
ive also noticed..that the bmp loader function thats included with the book is good, but seems to be picky..and in my experience..only likes bmps that were saved in paint shop pro 4..(huh..the same program that comes with the cd..coincidence??)

-jkat

thanks for your assistance emailed author... said to use psp .... still curious... are metacreations painter... and photoshop good for game design or does it save format differently? I have over 800 dollars on paint/photo programs... don't want to buy another
Well I've found that when I make images in photoshop I need to use another program like MS PAINT to load the file & save it into the appropriate format. For some reason Photoshop doesn't save BMP files to the actual BMP specification. You can use photoshop (which I use alot) just be aware that you'll need to load up the files & save them again in another program after you edit your images.
Joseph FernaldSoftware EngineerRed Storm Entertainment.------------------------The opinions expressed are that of the person postingand not that of Red Storm Entertainment.
For more info on what the problem is check out these board posts.
http://xgames3d.com/ubb/Forum4/HTML/000007.html
Not a programmer by any stretch of the imagination so I picked up the book windows game programming for dummies that was recommended reading from gamdev.net reviews.
I changed the artwork slightly in the credit8.bmp file with PhotoShop first then metacreations painter a second time and saved the art both times in the same file format which is bmp. When I recompiled the program, it worked but had strange results when the program called the credit8.bmp file. It crashed or fonts appeared huge and the screen was fuzzy. Any suggestions would be appreciated.
One of my pet peeves with the bbs is when someone asks a question and wants help from anyone then he finds the answer himself then he doesn't post the answer. Every person is reading the bbs for one of two reasons to find answers or to give answers. What I've read is that photoshop uses a non standard header length for its bmp format and is two bytes longer. Thanks for everyone assistance.

This topic is closed to new replies.

Advertisement