https://bugs.kde.org/show_bug.cgi?id=381836
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri |ta/677a74797132e9331fd25da2 |ta/6e2b1ea23d7823ee65a9532f |1da0ac0053ee082d |fc82cd61175dde20 --- Comment #6 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 6e2b1ea23d7823ee65a9532ffc82cd61175dde20 by Boudewijn Rempt. Committed on 01/07/2017 at 12:15. Pushed by rempt into branch 'master'. Add support for PSB files PSB is Photoshop's Large File file format. It supports documents up to 300.000 pixels in any dimension. Our psd importer has always been able to handle the format, though there was a rather pointless assert that would go off when loading version 2 photoshop files. We also need to add psb to our mimedatabase extension, since by default, shared-mime-info associates psb with some kind of wine extension file. M +4 -1 libs/koplugin/KisMimeDatabase.cpp M +3 -3 plugins/impex/psd/krita_psd_export.json M +3 -3 plugins/impex/psd/krita_psd_import.json M +0 -2 plugins/impex/psd/psd_layer_section.cpp https://commits.kde.org/krita/6e2b1ea23d7823ee65a9532ffc82cd61175dde20 -- You are receiving this mail because: You are watching all bug changes.