pmprog
DNF (Did Not Finish)
- Joined
- Apr 25, 2011
- Messages
- 4,150
If you just appended the images as binary blobs on the end of the PND you'll run into two problems:@skeezix (And anyone else interested):
Just had an idea, but why not keep the preview pic outside the disk image, why not just append it/them instead? then when parsing the pxml file, grab them in order of appending (or go by some tag, like PIC1).
Shouldn't this speed up the whole loading process in mini-menu, since you wouldn't need to mount/dismount the pnd?
- You have no filenames
- You don't know where each file starts and ends
Unless you changed the way PNDs were built (ie, had a binary header at the top of the PND specifying Offset and Length of chunks and their types (Disk image, PXML, Icon, PreviewPicture etc.), but that would require a lot of changes, and don't think it will happen