• Welcome to Valhalla Legends Archive.
 

[C++] Beginning the process of icons.bni support

Started by warz, July 19, 2005, 07:36 AM

Previous topic - Next topic

warz

I've found all the necessary documentation on the file format, but what functions should I look into in relation to completing this task?

I've been scoping out fread().

Edit: this seems to be a pretty good link. ill try that out when i get home from work.

warz

I guess my question now is, once I have the extracted targa file, do I save it to disk then use it? I never saw a saved targa file in other bot directories - so is there a way to save it in memory, or something then use it?

Eric

Quote from: warz on July 19, 2005, 03:23 PM
I guess my question now is, once I have the extracted targa file, do I save it to disk then use it? I never saw a saved targa file in other bot directories - so is there a way to save it in memory, or something then use it?

Decompress the Targa and create a bitmap of it, all in memory.