1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:07:35 +00:00

Userland: Register MIME type/extension for .tvg

These both come from the specification.
This commit is contained in:
MacDue 2023-07-02 22:33:15 +01:00 committed by Jelle Raaijmakers
parent ae18186905
commit ee09ecaf42
3 changed files with 6 additions and 2 deletions

View file

@ -28,7 +28,8 @@
__ENUMERATE_IMAGE_FORMAT(jpeg, ".jpeg") \
__ENUMERATE_IMAGE_FORMAT(dds, ".dds") \
__ENUMERATE_IMAGE_FORMAT(qoi, ".qoi") \
__ENUMERATE_IMAGE_FORMAT(tga, ".tga")
__ENUMERATE_IMAGE_FORMAT(tga, ".tga") \
__ENUMERATE_IMAGE_FORMAT(tvg, ".tvg")
namespace Gfx {