|
|
(20 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| == *.ppm FILES ==
| | Flipnote Studio uses 3 different file extensions: |
| {| class="wikitable"
| | *[[/PPM|.PPM]] - these are the animation files themselves |
| |- style="background-color: #ddd;"
| | *[[/LST|.LST]] - This is a list of the files in the current directory |
| ! Start
| | *[[/PLS|.PLS]] - These are the sticker files, and the recently edited file. |
| ! 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 (4 bits/pixel)
| |
| |}
| |
| | |
| === Palette: ===
| |
| {| class="wikitable"
| |
| |- style="background-color: #ddd;" | |
| ! Hex
| |
| ! Color
| |
| |-
| |
| | 0x0
| |
| | ??
| |
| |-
| |
| | 0x1
| |
| | Dark grey
| |
| |-
| |
| | 0x2
| |
| | White
| |
| |-
| |
| | 0x3
| |
| | Light grey
| |
| |-
| |
| | 0x4
| |
| | Light red
| |
| |-
| |
| | 0x5
| |
| | Dark red
| |
| |-
| |
| | 0x6
| |
| | Pink
| |
| |-
| |
| | 0x7
| |
| | Pure green
| |
| |-
| |
| | 0x8
| |
| | Pure blue
| |
| |-
| |
| | 0x9
| |
| | Purple
| |
| |-
| |
| | 0xA
| |
| | Light blue
| |
| |-
| |
| | 0xB
| |
| | Pure green
| |
| |-
| |
| | 0xC
| |
| | Magenta
| |
| |-
| |
| | 0xD
| |
| | Pure green
| |
| |-
| |
| | 0xE
| |
| | Pure green
| |
| |-
| |
| | 0xF
| |
| | Pure green
| |
| |}
| |
Latest revision as of 20:00, 22 August 2009
Flipnote Studio uses 3 different file extensions:
- .PPM - these are the animation files themselves
- .LST - This is a list of the files in the current directory
- .PLS - These are the sticker files, and the recently edited file.