Summary: | Krita crashed trying to open .psb file | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | benaventeadrian |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla |
Priority: | NOR | Keywords: | drkonqi |
Version: | 3.1.4 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/6e2b1ea23d7823ee65a9532ffc82cd61175dde20 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
attachment-31551-0.html
Well, this is the .PSB (which now I know it stands for PhotosShop Big) |
Description
benaventeadrian
2017-06-30 17:41:15 UTC
Well... Actually it could work. Can you share the psd file with me? Created attachment 106394 [details] attachment-31551-0.html Hi, thanks for your reply. Notice I've said *.psb*, which is the PS output format for exported intelligent objects, not .psd. Greetings El 30/06/17 a las 15:04, Boudewijn Rempt escribió: > https://bugs.kde.org/show_bug.cgi?id=381836 > > Boudewijn Rempt <boud@valdyas.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |boud@valdyas.org > > --- Comment #1 from Boudewijn Rempt <boud@valdyas.org> --- > Well... Actually it could work. Can you share the psd file with me? > Created attachment 106395 [details]
Well, this is the .PSB (which now I know it stands for PhotosShop Big)
I've added the file
Git commit 677a74797132e9331fd25da21da0ac0053ee082d by Boudewijn Rempt. Committed on 01/07/2017 at 12:11. Pushed by rempt into branch 'krita/3.2'. 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 +2 -2 plugins/impex/psd/krita_psd_export.json M +2 -2 plugins/impex/psd/krita_psd_import.json M +0 -2 plugins/impex/psd/psd_layer_section.cpp https://commits.kde.org/krita/677a74797132e9331fd25da21da0ac0053ee082d Note that Krita doesn't load smart objects in any case. 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 |