mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
Fix jp2 and hdr plugin mimetype definition
This commit is contained in:
parent
770567aac9
commit
6ec04a909f
@ -1,4 +1,4 @@
|
||||
{
|
||||
"Keys": [ "hdr" ],
|
||||
"Keys": [ "hdr", "hdr" ],
|
||||
"MimeTypes": [ "image/x-hdr", "image/vnd.radiance" ]
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"Keys": [ "jp2", "j2k", "jpf" ],
|
||||
"MimeTypes": [ "image/jp2" ]
|
||||
"MimeTypes": [ "image/jp2", "image/jp2", "image/jp2" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user