Add TGA to the list of supported media types

This commit is contained in:
2022-01-25 05:16:07 +01:00
parent 788485d81e
commit 381e5f57c7
2 changed files with 2 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ const char *fiv_io_supported_media_types[] = {
"image/bmp",
"image/gif",
"image/png",
"image/x-tga",
"image/jpeg",
"image/webp",
#ifdef HAVE_LIBRAW