Elements of File Formats
From Just Solve the File Format Problem
(Difference between revisions)
(→Identifiers) |
(→Graphics) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
== Floating point numbers == | == Floating point numbers == | ||
+ | * [[Bfloat16]] (BF16) [https://en.wikipedia.org/wiki/Bfloat16_floating-point_format] | ||
* [[DEC64]] | * [[DEC64]] | ||
* [[IEEE floating point]] | * [[IEEE floating point]] | ||
Line 38: | Line 39: | ||
* [[IETF language tag]] | * [[IETF language tag]] | ||
* [[ISO 3166-1 country code]] | * [[ISO 3166-1 country code]] | ||
+ | * [[Macintosh type/creator code]] | ||
+ | * [[Magic]] | ||
* [[RISC OS filetype]] | * [[RISC OS filetype]] | ||
+ | * [[ULID]] | ||
* [[UUID]] | * [[UUID]] | ||
* [[Windows Language Code Identifier]] | * [[Windows Language Code Identifier]] | ||
+ | |||
+ | == Graphics == | ||
+ | * [[Color format]] | ||
+ | * [[Palettes]] | ||
== Other == | == Other == |
Latest revision as of 16:04, 1 September 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] |
[edit] Integers
See also Category:Integer data types.
[edit] Floating point numbers
See also Category:Floating point data types.
[edit] Time formats
Refer to Date and time formats.
[edit] 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
[edit] Graphics
[edit] Other
- ANSI escape code
- Base2
- Bit
- Bit order
- Byte
- Emacs file variable
- Endianness (little-endian, big-endian)
- File
- Shebang