Summary: | Preview thumbnail in .kra/.ora files are sometimes cropped instead of full canvas | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Alvin Wong <alvin> |
Component: | File formats | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, griffinvalley, halla, raghu, simonandric5 |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
URL: | https://github.com/alvinhochun/KritaShellExtension/issues/8 | ||
Latest Commit: | http://commits.kde.org/krita/345919cdef1cf9dd7bf331e1477316969af45b89 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | preview.png which is corrupted |
Description
Alvin Wong
2016-06-05 07:47:17 UTC
Git commit 18fea2e5f5a153961a5d08e2e41dc2645e2fc5f8 by Boudewijn Rempt. Committed on 01/11/2016 at 12:30. Pushed by rempt into branch 'krita/3.1'. M +9 -1 libs/ui/KisDocument.cpp http://commits.kde.org/krita/18fea2e5f5a153961a5d08e2e41dc2645e2fc5f8 Git commit c8ccd8b8c5c4062b0210905a5d1f12c5a1381683 by Boudewijn Rempt. Committed on 01/11/2016 at 12:49. Pushed by rempt into branch 'krita/3.1'. M +14 -12 libs/ui/KisDocument.cpp http://commits.kde.org/krita/c8ccd8b8c5c4062b0210905a5d1f12c5a1381683 Git commit 345919cdef1cf9dd7bf331e1477316969af45b89 by Boudewijn Rempt. Committed on 02/11/2016 at 09:51. Pushed by rempt into branch 'rempt/impex-refactoring'. M +9 -1 libs/ui/KisDocument.cpp http://commits.kde.org/krita/345919cdef1cf9dd7bf331e1477316969af45b89 I found that after the commits for this bug. the preview.png that gets generated is mostly horrizontal lines and noise the so the previews are corrupted or not correct. an example preview.png extracted from the kra saved from krita after these commits can be viewed here -> https://dl.dropboxusercontent.com/u/37777793/preview.png Created attachment 102035 [details]
preview.png which is corrupted
Still actual. I have a feeling that it is somehow related to the asynchronous saving of the image. But I didn't check for any details yet. Asynchronous saving was implemented after this bug started happening. Should be fixed now. |