Image Extraction from XBOX360 GameSaves
Posted: Tue Jan 16, 2007 1:07 pm
Some games on the 360 have a camera mode, which allows you to take screenshots in that game, save them to HD and share them in as sort of a online 360 community.
these image are kept in the 360 save path in a PTC file.
apon opening a PTC in a hex editor, it shows 2 different types of image headers. PNG and MDI; 2 PNG's are in the upper part of the files as thumnails, then the MDI which hold the 1024x1024 full image at the end.
extraction of the PNG is fine, but the MDI seems to be compressed. MDI is a PDA format used by microsoft, which is a rip off of TGA's compression method.
the PTC is quite simple, just looking for someone who can uncompress the new MDI's
the smallest PTC extracted from doax2
these image are kept in the 360 save path in a PTC file.
apon opening a PTC in a hex editor, it shows 2 different types of image headers. PNG and MDI; 2 PNG's are in the upper part of the files as thumnails, then the MDI which hold the 1024x1024 full image at the end.
extraction of the PNG is fine, but the MDI seems to be compressed. MDI is a PDA format used by microsoft, which is a rip off of TGA's compression method.
the PTC is quite simple, just looking for someone who can uncompress the new MDI's
the smallest PTC extracted from doax2