Re: Embedding Graphics.
- Posted by Michael Raley <mjronline at IT-WORKS.COM> Mar 30, 1998
- 1004 views
Store your images in either a single binary data file or as encoded strings in the program. Write them out at run-time and then delete when finished. Even if the User stopped the program and modified the images, the next time it was run the master images would be restored... NEW! HTTP://www.geocities.com/SiliconValley/Lab/7577 Michael J Raley's Modular Reality Journal -----Original Message----- From: Don Scott <dts33 at LIGHTSPEED.NET> To: Multiple recipients of list EUPHORIA <EUPHORIA at MIAMIU.ACS.MUOHIO.EDU> Date: Monday, March 30, 1998 10:26 AM Subject: Embedding Graphics. >I want tamper-proof graphics for my programs (i.e.: Someone could change a >bmp or gif file that is just hanging around in the executables directory to >whatever they want....) What is the best way to embed or keep graphics from >being changed by users? I would like to use gifs in my programs due to the >size of the files. I am currently using Michael Bolin's GIF loader to load >graphics into my program. Let me know what the best way to mask or embed >my graphics might be. Please include any source that might be helpful if it >is handy! > > >Thanks, >Don Scott >