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 520690 - adjustable opacity in the transform tool preview
adjustable opacity in the transform tool preview
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other All
: Normal enhancement
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-03-06 07:57 UTC by Sven Neumann
Modified: 2008-03-06 11:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Neumann 2008-03-06 07:57:00 UTC
This was originally discussed in bug #167926. This bug complained about the fact that the transform tool preview doesn't take the layer opacity and blending mode into account. There are more things that the preview doesn't take into account, such as the position in the layer stack. This is not going to change until the port to GEGL is complete, so this bug was closed as WONTFIX.

This enhancement request is about adding an adjustable opacity to the transform tool preview. This should make it easier to adjust the transformation as it allows to align the preview with the image content.

Most of this is already in place. What's missing is a control for the preview opacity. This can be taken from the last patch attached to bug #167926.
Comment 1 Sven Neumann 2008-03-06 11:55:44 UTC
2008-03-06  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptransformtool.c
	* app/tools/gimptransformoptions.[ch]
	* app/display/gimpdisplayshell-preview.c: take the preview opacity
	from the transform tool options. Based on a patch from Tom Lechner.
	Closes bug #520690.