| Summary: | Scale Image to new size does not take into account transform masks | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | dieter.de.moitie |
| Component: | Resize/Scale Image/Layer | Assignee: | Dmitry Kazakov <dimula73> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dieter.de.moitie, dimula73, tamtamy.tymona |
| Priority: | NOR | ||
| Version First Reported In: | nightly build (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/e1d14502d44f79fb28098734ad750a964a60c30e | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
dieter.de.moitie
2019-06-26 18:44:17 UTC
I'm going to hijack this bug :) Git commit e1d14502d44f79fb28098734ad750a964a60c30e by Dmitry Kazakov. Committed on 25/05/2021 at 07:19. Pushed by dkazakov into branch 'master'. Fix transform masks not to become distorted after scaling of the image Now all transformations applied to the image will also be applied to transform masks as well. M +11 -0 libs/image/kis_transform_mask_params_interface.cpp M +2 -0 libs/image/kis_transform_mask_params_interface.h M +37 -1 libs/image/processing/kis_transform_processing_visitor.cpp M +5 -0 plugins/tools/tool_transform2/kis_transform_mask_adapter.cpp M +1 -0 plugins/tools/tool_transform2/kis_transform_mask_adapter.h M +1 -1 plugins/tools/tool_transform2/strokes/inplace_transform_stroke_strategy.cpp M +27 -31 plugins/tools/tool_transform2/tool_transform_args.cc M +2 -1 plugins/tools/tool_transform2/tool_transform_args.h https://invent.kde.org/graphics/krita/commit/e1d14502d44f79fb28098734ad750a964a60c30e |