mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kimgio: add missing MIME types for magick plugin
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
888299df21
commit
bbac4befbc
1 changed files with 4 additions and 2 deletions
|
@ -263,10 +263,12 @@ QList<QByteArray> MagickPlugin::mimeTypes() const
|
|||
static const QList<QByteArray> list = QList<QByteArray>()
|
||||
<< "image/bmp"
|
||||
<< "image/x-dds"
|
||||
<< "image/x-dds"
|
||||
<< "image/x-eps"
|
||||
<< "image/x-exr"
|
||||
<< "image/gif"
|
||||
<< "image/vnd.microsoft.icon"
|
||||
<< "image/jp2"
|
||||
<< "image/jpeg"
|
||||
<< "image/x-portable-bitmap"
|
||||
<< "image/x-pcx"
|
||||
<< "image/x-portable-graymap"
|
||||
|
@ -274,7 +276,7 @@ QList<QByteArray> MagickPlugin::mimeTypes() const
|
|||
<< "image/x-psd"
|
||||
<< "image/x-tga"
|
||||
<< "image/tiff"
|
||||
<< "image/image/x-dcraw"
|
||||
<< "image/x-dcraw"
|
||||
<< "image/x-xbitmap"
|
||||
<< "image/x-xcf";
|
||||
return list;
|
||||
|
|
Loading…
Add table
Reference in a new issue