kyndig
07-01-2009, 07:52 AM
Hey,
My first attempt at breaking a file format, ive managed to figure out the general pattern of the file and the headers. Basically its a collection of BMP images for game animation.
Ive figured out where each image starts and managed to get its information from its header size etc.
Now i need to convert it to an image, obviously I can just take the hex code and convert it to rgb for each pixel?
Can anyone give me some advice if they have done something similar to this before, ill be glad to post a sample if you wish to have a look.
Thanks
My first attempt at breaking a file format, ive managed to figure out the general pattern of the file and the headers. Basically its a collection of BMP images for game animation.
Ive figured out where each image starts and managed to get its information from its header size etc.
Now i need to convert it to an image, obviously I can just take the hex code and convert it to rgb for each pixel?
Can anyone give me some advice if they have done something similar to this before, ill be glad to post a sample if you wish to have a look.
Thanks