Editing Talk:PlayView
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Playview structure overview= | =Playview structure overview= | ||
This info needs to be moved to frontpage at some point | This info needs to be moved to frontpage at some point | ||
┌──────────────────────────────────────────────────────────────────────────────┐ | |||
│ | │ Header │ | ||
├──────────────────────────────────────────────────────────────────────────────┤ | |||
│"GVEW0100JPEG0100" | │"GVEW0100JPEG0100" │ | ||
│Source Image Width (Hex) | │Source Image Width (Hex) │ | ||
│Source Image Height (Hex) | │Source Image Height (Hex) │ | ||
│"BLK_" | │"BLK_" │ | ||
│Length of Database (Hex) (№ of entries*0x20) + 0x08 | │Length of Database (Hex) (№ of entries*0x20) + 0x08 │ | ||
│Static Value | │Static Value │ | ||
│Apps/machine code 1? | │Apps/machine code 1? │ | ||
│Apps/machine code 2? | │Apps/machine code 2? │ | ||
│┌────────────────────────────────────────────────────────────────────────────┐│ | |||
││ Database | ││ Database ││ | ||
│├────────────────────────────────────────────────────────────────────────────┤│ | |||
││┌──────────────────────────────────────────────────────────────────────────┐││ | |||
│││ Database Entry 1 │││ | |||
││├──────────────────────────────────────────────────────────────────────────┤││ | |||
│││Horizontal position on grid from left to right (Hex) │││ | |||
│││Vertical position on grid from top to bottom (Hex) │││ | |||
│││Layer level │││ | |||
│││Length of the image (Hex) │││ | |||
│││Length padding of the image (Hex) │││ | |||
│││Not used? │││ | |||
│"BLK_" | │││Width image (Hex) │││ | ||
│Length of all embedded images including pad (Hex) | │││Height image (Hex) │││ | ||
│Static Value | ││└──────────────────────────────────────────────────────────────────────────┘││ | ||
││ . ││ | |||
││ | ││ . ││ | ||
││ . ││ | |||
││JPEG data (Starting from layer 0, left to right, top to bottom) | ││┌──────────────────────────────────────────────────────────────────────────┐││ | ||
││FF pad if grid image, 00 pad if next is data base viewer (16 byte alignment) | │││ Database Entry N │││ | ||
││├──────────────────────────────────────────────────────────────────────────┤││ | |||
│││Horizontal position on grid from left to right (Hex) │││ | |||
│││Vertical position on grid from top to bottom (Hex) │││ | |||
│││Layer level │││ | |||
│││Length of the image (Hex) │││ | |||
│││Length padding of the image (Hex) │││ | |||
│││Not used? │││ | |||
│││Width image (Hex) │││ | |||
│││Height image (Hex) │││ | |||
││└──────────────────────────────────────────────────────────────────────────┘││ | |||
│└────────────────────────────────────────────────────────────────────────────┘│ | |||
│"BLK_" │ | |||
│Length of all embedded images including pad (Hex) │ | |||
│Static Value │ | |||
├──────────────────────────────────────────────────────────────────────────────┤ | |||
│ Grid Image Data │ | |||
├──────────────────────────────────────────────────────────────────────────────┤ | |||
│┌────────────────────────────────────────────────────────────────────────────┐│ | |||
││ Image 1 ││ | |||
│├────────────────────────────────────────────────────────────────────────────┤│ | |||
││JPEG data (Starting from layer 0, left to right, top to bottom) ││ | |||
││FF pad if grid image, 00 pad if next is data base viewer (16 byte alignment)││ | |||
│└────────────────────────────────────────────────────────────────────────────┘│ | |||
│ . │ | |||
│ . │ | |||
│ . │ | |||
│┌────────────────────────────────────────────────────────────────────────────┐│ | |||
││ Image N ││ | |||
│├────────────────────────────────────────────────────────────────────────────┤│ | |||
││JPEG data (Starting from layer 0, left to right, top to bottom) ││ | |||
││FF pad if grid image, 00 pad if next is data base viewer (16 byte alignment)││ | |||
│└────────────────────────────────────────────────────────────────────────────┘│ | |||
└──────────────────────────────────────────────────────────────────────────────┘ |