Fix jp2 and hdr plugin mimetype definition

This commit is contained in:
Albert Astals Cid 2025-01-22 23:07:52 +01:00
parent 36b9f5e90e
commit de09b332c5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ {
"Keys": [ "hdr" ], "Keys": [ "hdr", "hdr" ],
"MimeTypes": [ "image/x-hdr", "image/vnd.radiance" ] "MimeTypes": [ "image/x-hdr", "image/vnd.radiance" ]
} }

View File

@ -1,4 +1,4 @@
{ {
"Keys": [ "jp2", "j2k", "jpf" ], "Keys": [ "jp2", "j2k", "jpf" ],
"MimeTypes": [ "image/jp2" ] "MimeTypes": [ "image/jp2", "image/jp2", "image/jp2" ]
} }