Flipnote Files: Difference between revisions
Jump to navigation
Jump to search
notes |
No edit summary |
||
Line 1: | Line 1: | ||
== *.ppm FILES == | == *.ppm FILES == | ||
{| class="wikitable" | |||
4 | |- style="background-color: #ddd;" | ||
2 | ! Start | ||
6 | ! Length | ||
2 | ! Description | ||
4 | |- | ||
2 | | 0x0000 | ||
| 4 | |||
| Magic (should be PARA) | |||
|- | |||
| 0x0004 | |||
| 2 | |||
| Unknown | |||
|- | |||
8 | | 0x0006 | ||
8 | | 6 | ||
1536 | | Zeroes | ||
|- | |||
| 0x000C | |||
| 2 | |||
| # of frames | |||
|- | |||
| 0x000E | |||
| 4 | |||
| Unknown | |||
|- | |||
| 0x0010 | |||
| 2 | |||
| # of frames ?? | |||
|- | |||
| 0x0010 | |||
| 22 | |||
| Original author name (UCS-2) | |||
|- | |||
| 0x0029 | |||
| 22 | |||
| Author name (UCS-2) | |||
|- | |||
| 0x003F | |||
| 22 | |||
| User name (UCS-2) | |||
|- | |||
| 0x0055 | |||
| 1 | |||
| Unknown | |||
|- | |||
| 0x0056 | |||
| 8 | |||
| Original author ID | |||
|- | |||
| 0x005D | |||
| 8 | |||
| Author ID | |||
|- | |||
| 0x0066 | |||
| 16 | |||
| Original File-name | |||
|- | |||
| 0x0066 | |||
| 16 | |||
| File-name | |||
|- | |||
| 0x0066 | |||
| XXX | |||
| TODO | |||
|- | |||
| 0x000A | |||
| 1536 | |||
| Preview Bitmap | |||
|} |
Revision as of 22:31, 14 August 2009
*.ppm FILES
Start | Length | Description |
---|---|---|
0x0000 | 4 | Magic (should be PARA) |
0x0004 | 2 | Unknown |
0x0006 | 6 | Zeroes |
0x000C | 2 | # of frames |
0x000E | 4 | Unknown |
0x0010 | 2 | # of frames ?? |
0x0010 | 22 | Original author name (UCS-2) |
0x0029 | 22 | Author name (UCS-2) |
0x003F | 22 | User name (UCS-2) |
0x0055 | 1 | Unknown |
0x0056 | 8 | Original author ID |
0x005D | 8 | Author ID |
0x0066 | 16 | Original File-name |
0x0066 | 16 | File-name |
0x0066 | XXX | TODO |
0x000A | 1536 | Preview Bitmap |