Elements of File Formats
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Identifiers) |
Dan Tobias (Talk | contribs) |
||
Line 45: | Line 45: | ||
* [[UUID]] | * [[UUID]] | ||
* [[Windows Language Code Identifier]] | * [[Windows Language Code Identifier]] | ||
+ | |||
+ | == Graphics == | ||
+ | * [[Palettes]] | ||
== Other == | == Other == |
Revision as of 16:53, 11 January 2023
This section is for
- Common formats that make up only a small part of a file
- Ancillary knowledge that may be needed to help decode file formats
Contents[hide] |
Integers
See also Category:Integer data types.
Floating point numbers
See also Category:Floating point data types.
Time formats
Refer to Date and time formats.
Identifiers
- CLSID
- Domain name
- Filename
- FourCC
- GUID
- IANA character set name
- IETF language tag
- ISO 3166-1 country code
- Macintosh type/creator code
- Magic
- RISC OS filetype
- ULID
- UUID
- Windows Language Code Identifier
Graphics
Other
- ANSI escape code
- Base2
- Bit
- Bit order
- Byte
- Emacs file variable
- Endianness (little-endian, big-endian)
- File
- Shebang