Fix jp2 and hdr plugin mimetype definition

This commit is contained in:
Albert Astals Cid 2025-01-22 23:07:52 +01:00
parent 770567aac9
commit 6ec04a909f
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" ]
}

View File

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