After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 433241 - scaling drawables causes an offset
scaling drawables causes an offset
Status: RESOLVED INCOMPLETE
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2007-04-25 08:46 UTC by gg
Modified: 2012-04-20 04:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gg 2007-04-25 08:46:44 UTC
Please describe the problem:
there is still a (-1,-1) drift per transform measured in destination coords.

this bug is distinct from bug #410066 which deals with rotation and other transforms. This is SCALING issues and thus separate code.

There _may_ be some commonality in an underlying 1px drift but rotation et al have other issues as well.



Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Sven Neumann 2007-04-25 09:05:34 UTC
So instead of combining the bug reports as requested, you start to open even more of them?

This report lacks important information such as a detailed description on how to reproduce the bug. From the current description it's not even clear how the image is scaled. Setting to NEEDINFO until this information has been added. I would prefer the report being closed though as bug #410066 already sufficiently deals with this problem.
Comment 2 Sven Neumann 2007-05-08 10:01:22 UTC
So what this bug report deals with is scaling a drawable using gimp_drawable_scale(). This code path is taken when scaling a layer using the Layer->Scale dialog. It uses scale_region() instead of gimp_drawable_transform_affine(), which is what the transform tools and PDB functions are using. There's bug #433436 to deal with a similar issue in that code path.
Comment 3 Michael Natterer 2012-01-08 22:01:58 UTC
Please try GIMP 2.7.4 and report back.
Comment 4 Akhil Laddha 2012-02-21 12:45:29 UTC
Could you please try to reproduce problem with GIMP 2.7.4 or later version and update the bug report with your finding, tia.
Comment 5 Akhil Laddha 2012-04-20 04:27:44 UTC
Please feel free to reopen this bug if the problem still occurs with a newer
version of GIMP.