mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
file: Add description & image details for image/x-qoi
This commit is contained in:
parent
82dde0ad0d
commit
0717e484f6
Notes:
sideshowbarker
2024-07-17 22:31:47 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/0717e484f6b Pull-request: https://github.com/SerenityOS/serenity/pull/11338 Reviewed-by: https://github.com/Astraeus- Reviewed-by: https://github.com/alimpfard ✅
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ static Optional<String> elf_details(String description, const String& path)
|
|||
__ENUMERATE_MIME_TYPE_DESCRIPTION("image/x-portable-bitmap", "PBM image data", image_details) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("image/x-portable-graymap", "PGM image data", image_details) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("image/x-portable-pixmap", "PPM image data", image_details) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("image/x-qoi", "QOI image data", image_details) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("text/markdown", "Markdown document", description_only) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("text/x-shellscript", "POSIX shell script text executable", description_only)
|
||||
|
||||
|
|
Loading…
Reference in a new issue