mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kimgio: add image/jpx and image/jpm to the jp2 plugin MIME types list
note to self: same header/magic as the one mentioned in RFC 3745 Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e400b6841e
commit
d33233d7ab
1 changed files with 3 additions and 1 deletions
|
@ -299,7 +299,9 @@ QList<QByteArray> JP2Plugin::mimeTypes() const
|
||||||
{
|
{
|
||||||
static const QList<QByteArray> list = QList<QByteArray>()
|
static const QList<QByteArray> list = QList<QByteArray>()
|
||||||
<< "image/jp2"
|
<< "image/jp2"
|
||||||
<< "image/x-jp2-codestream";
|
<< "image/x-jp2-codestream"
|
||||||
|
<< "image/jpx"
|
||||||
|
<< "image/jpm";
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue