mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
Fix jp2 and hdr plugin mimetype definition
This commit is contained in:
parent
36b9f5e90e
commit
de09b332c5
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"Keys": [ "hdr" ],
|
"Keys": [ "hdr", "hdr" ],
|
||||||
"MimeTypes": [ "image/x-hdr", "image/vnd.radiance" ]
|
"MimeTypes": [ "image/x-hdr", "image/vnd.radiance" ]
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"Keys": [ "jp2", "j2k", "jpf" ],
|
"Keys": [ "jp2", "j2k", "jpf" ],
|
||||||
"MimeTypes": [ "image/jp2" ]
|
"MimeTypes": [ "image/jp2", "image/jp2", "image/jp2" ]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user