Magic
From Just Solve the File Format Problem
(Difference between revisions)
(stub) |
(Category:File Format Identification) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | I'm sure there are all sorts of almanacs with custom notation that talk about magic, but this page exists to talk about (and link to/from elsewhere on the wiki where needed) the convention of using the first few bytes of a file to notate/detect the reported format, "as is by magic" (actually by table lookups). | + | {{FormatInfo |
| + | |formattype=electronic | ||
| + | |subcat=Elements of File Formats | ||
| + | }} | ||
| + | I'm sure there are all sorts of almanacs with custom notation that [https://harrypotter.fandom.com/wiki/Magic talk about magic], but this page exists to talk about (and link to/from elsewhere on the wiki where needed) the convention of using the first few bytes of a file to notate/detect the reported format, "as is by magic" (actually by table lookups). | ||
| + | |||
| + | [[Category:File Format Identification]] | ||
Revision as of 13:32, 10 June 2021
I'm sure there are all sorts of almanacs with custom notation that talk about magic, but this page exists to talk about (and link to/from elsewhere on the wiki where needed) the convention of using the first few bytes of a file to notate/detect the reported format, "as is by magic" (actually by table lookups).