Add note about MIME type; close #167
This commit is contained in:
parent
a4e7750d68
commit
bcb2fb5e48
10
README.md
10
README.md
@ -25,6 +25,16 @@ converts between png <> qoi
|
|||||||
a simple wrapper to benchmark stbi, libpng and qoi
|
a simple wrapper to benchmark stbi, libpng and qoi
|
||||||
|
|
||||||
|
|
||||||
|
## MIME Type, File Extension
|
||||||
|
|
||||||
|
The recommended MIME type for QOI images is `image/qoi`. While QOI is not yet
|
||||||
|
officially registered with IANA, I believe QOI has found enough adoption to
|
||||||
|
prevent any future image format from choosing the same name, thus making a
|
||||||
|
MIME type collision highly unlikely ([see #167](https://github.com/phoboslab/qoi/issues/167))
|
||||||
|
|
||||||
|
Recommended file extension for QOI images is `.qoi`
|
||||||
|
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
The QOI file format allows for huge images with up to 18 exa-pixels. A streaming
|
The QOI file format allows for huge images with up to 18 exa-pixels. A streaming
|
||||||
|
Loading…
Reference in New Issue
Block a user