Line 1:
Line 1:
== *.ppm FILES ==
== *.ppm FILES ==
−
+
{| class="wikitable"
−
4: magic: PARA
+
|- style="background-color: #ddd;"
−
2: unk
+
! Start
−
6: zeroes
+
! Length
−
2: num of frames
+
! Description
−
4: unk
+
|-
−
2: num of frames
+
| 0x0000
−
8*2: author name
+
| 4
−
8*2: original author name
+
| Magic (should be PARA)
−
8*2: current user name
+
|-
−
8: author id
+
| 0x0004
−
8: original author id
+
| 2
−
12: author date (ASCII)
+
| Unknown
−
12: original author date (ASCII)
+
|-
−
8: current user id
+
| 0x0006
−
8: date (hex)
+
| 6
−
1536: preview bitmap (4-bit/pixel)
+
| 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
+
|}