mathiasbynens / small

Smallest possible syntactically valid files of different types
https://mathiasbynens.be/notes/minimal-html
1.93k stars 184 forks source link

Add TIFF #31

Closed dscorbett closed 11 years ago

mathiasbynens commented 11 years ago
$ cat tiff.tif
MrbjZ

Okay, that is crazy small. Nice work! Merged.

dscorbett commented 11 years ago

xxd reveals what cat obscures: the file is 115 bytes long, not 5. But it’s still pretty small.