mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-27 14:14:18 -04:00
PSD: Performance improvements and support to missing common formats
- Supersedes merge request !55 (PSB support, XMP metadata, ICC color profile, image resolution read) - Performance improvements: 5 time faster than previous version (tested on a 3.9GB PSB: 9sec instead 47sec) - New formats support added: INDEXED (8bps), BITMAP (1bps), GRAYSCALE (8, 16, 32bps), RGB (32bps) - Should fix Bug https://bugs.kde.org/show_bug.cgi?id=397610 - Fix Bug https://bugs.kde.org/show_bug.cgi?id=428238
This commit is contained in:
committed by
Albert Astals Cid
parent
ae6b724824
commit
98f19c60ae
@ -1,4 +1,4 @@
|
||||
{
|
||||
"Keys": [ "psd" ],
|
||||
"MimeTypes": [ "image/vnd.adobe.photoshop" ]
|
||||
"Keys": [ "psd", "psb", "pdd", "psdt" ],
|
||||
"MimeTypes": [ "image/vnd.adobe.photoshop", "image/vnd.adobe.photoshop", "image/vnd.adobe.photoshop", "image/vnd.adobe.photoshop" ]
|
||||
}
|
||||
|
Reference in New Issue
Block a user