Summary: | Blur Effect layer and layer styles not scaling with advanced export | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dynline <saranvale> |
Component: | Resize/Scale Image/Layer | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, sumigaharahaseo, tomtomtomreportingin |
Priority: | NOR | ||
Version: | 5.2.1 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/4b38ddfbaa7378e527809494a3902c6a6b98e41e | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | test .kra file |
Description
Dynline
2023-11-14 09:00:00 UTC
I've also come across this issue. I would expect Advanced Export to export a flattened copy. *** Bug 488448 has been marked as a duplicate of this bug. *** Git commit 9c5277ffe06bc8899c3b19499b90944869482719 by Dmitry Kazakov. Committed on 23/08/2024 at 13:21. Pushed by dkazakov into branch 'master'. Fix Advanced Export of the image with filter masks or layer styles Basically, the image if flattened before export in the following cases: 1) The export format does not support layers (a general warning appears) 2) The image contains a filter mask or layer (a warning appears that the image is going to be flattened before export) 3) The image contains a layer style (a warning appears that the image is going to be flattened before export) M +42 -0 libs/ui/KisImportExportManager.cpp M +1 -1 libs/ui/KisMainWindow.cpp https://invent.kde.org/graphics/krita/-/commit/9c5277ffe06bc8899c3b19499b90944869482719 Git commit 4b38ddfbaa7378e527809494a3902c6a6b98e41e by Dmitry Kazakov. Committed on 27/08/2024 at 06:57. Pushed by dkazakov into branch 'krita/5.2'. Fix Advanced Export of the image with filter masks or layer styles Basically, the image if flattened before export in the following cases: 1) The export format does not support layers (a general warning appears) 2) The image contains a filter mask or layer (a warning appears that the image is going to be flattened before export) 3) The image contains a layer style (a warning appears that the image is going to be flattened before export) M +42 -0 libs/ui/KisImportExportManager.cpp M +1 -1 libs/ui/KisMainWindow.cpp https://invent.kde.org/graphics/krita/-/commit/4b38ddfbaa7378e527809494a3902c6a6b98e41e |