Bug 445714 - Transform tool allows sub-pixel translation
Summary: Transform tool allows sub-pixel translation
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Tools/Transform (show other bugs)
Version: nightly build (please specify the git hash!)
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Dmitry Kazakov
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2021-11-18 19:21 UTC by Ralek Kolemios
Modified: 2021-11-26 07:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Loss in quality over multiple translations (16.45 KB, image/png)
2021-11-18 19:21 UTC, Ralek Kolemios
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralek Kolemios 2021-11-18 19:21:14 UTC
Created attachment 143704 [details]
Loss in quality over multiple translations

In 5.1.0, both in modern builds (git 4807d9c) and in builds prior to the addition of the 'Preview' transform tool option (git 9ae7dce), translation of a layer with the transform tool introduces sub-pixel translation of layers. When the transformation has been finished and the layer resampled, this introduces a loss in layer quality which can compound over time. (See attached) 

This is less noticeable on the 'nearest neighbor' resampling method, though has been shown to in rare cases affect this as well, primarily on the edge of the layer.

This bug does not occur on the latest main 4.4.8 release
Comment 1 Dmitry Kazakov 2021-11-26 07:50:48 UTC
Git commit f1e5a9bc8051d0d5fdbc5cd61779aba60b0c8554 by Dmitry Kazakov.
Committed on 26/11/2021 at 07:50.
Pushed by dkazakov into branch 'master'.

Disable subpixel translation in the transform tool

This subpixel translation should be used only when the transformation
is **not** a translation. For translation people expect translation
to be a lossless transformation.

M  +14   -5    libs/image/kis_transform_worker.cc

https://invent.kde.org/graphics/krita/commit/f1e5a9bc8051d0d5fdbc5cd61779aba60b0c8554
Comment 2 Dmitry Kazakov 2021-11-26 07:51:47 UTC
Git commit 7e89dbf7c77198a04040c35fe6febcdcc59bbf8d by Dmitry Kazakov.
Committed on 26/11/2021 at 07:51.
Pushed by dkazakov into branch 'krita/5.0'.

Disable subpixel translation in the transform tool

This subpixel translation should be used only when the transformation
is **not** a translation. For translation people expect translation
to be a lossless transformation.
(cherry picked from commit f1e5a9bc8051d0d5fdbc5cd61779aba60b0c8554)

M  +14   -5    libs/image/kis_transform_worker.cc

https://invent.kde.org/graphics/krita/commit/7e89dbf7c77198a04040c35fe6febcdcc59bbf8d