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 707354 - Bump Map offsets only go to 1000 regardless of image size
Bump Map offsets only go to 1000 regardless of image size
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.8.6
Other All
: Normal trivial
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2013-09-03 08:50 UTC by Kevin Brubeck Unhammer
Modified: 2013-09-03 14:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kevin Brubeck Unhammer 2013-09-03 08:50:19 UTC
The X/Y offset sliders in the Bump Map filter only go to 1000. This is a problem when trying to watermark the lower right of large photos (http://permalink.gmane.org/gmane.comp.video.gimp.user/26378).

It would be better if the user could simply type in an arbitrary offset in the boxes (or if the sliders used canvas size as maximum).
Comment 1 Michael Natterer 2013-09-03 09:43:30 UTC
That's an sbaolutely silly limit. Will change it to 10000, also arbitrary
but much better. No problem do to this in 2.8 either.
Comment 2 Michael Natterer 2013-09-03 14:06:33 UTC
Fixed in master and gimp-2-8:

commit aa5c186a3dc211fd8c17c55f915edc12a4f658df
Author: Michael Natterer <mitch@gimp.org>
Date:   Tue Sep 3 16:00:09 2013 +0200

    Bug 707354 - Bump Map offsets only go to 1000 regardless of image size
    
    Allow ranges from -10000 to 10000, still arbitrary but more
    real-world. The scales still go -1000 to 1000, but the spinbuttons
    allow for the full range.
    
    (cherry picked from commit af0cfacfb3fdd4308dc28167a8be74e5141fc1eb)

 plug-ins/common/bump-map.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)