RSS/Atom feed Twitter
Site is read-only, email is disabled

Level to Curves broke with recent update

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Level to Curves broke with recent update Elle Stone 18 Apr 10:46
  Level to Curves broke with recent update Michael Natterer 18 Apr 19:17
Elle Stone
2014-04-18 10:46:32 UTC (about 10 years ago)

Level to Curves broke with recent update

Open an image.

Open the Levels dialog.

Move the sliders as desired.

Choose "Edit these Settings as Curves".

What should happen is the Curves dialog opens up, already with appropriate points to duplicate the Levels settings.

What does happen is the Levels settings are applied to the image, then the Curves dialog opens up, already with appropriate points to duplicate the Levels settings.

So the desired adjustment is already applied once with Levels and ready to be applied again with Curves.

Elle

Michael Natterer
2014-04-18 19:17:31 UTC (about 10 years ago)

Level to Curves broke with recent update

On Fri, 2014-04-18 at 06:46 -0400, Elle Stone wrote:

Open an image.

Open the Levels dialog.

Move the sliders as desired.

Choose "Edit these Settings as Curves".

What should happen is the Curves dialog opens up, already with appropriate points to duplicate the Levels settings.

What does happen is the Levels settings are applied to the image, then the Curves dialog opens up, already with appropriate points to duplicate the Levels settings.

So the desired adjustment is already applied once with Levels and ready to be applied again with Curves.

Thanks, fixed in git:

commit a53c2f8b300742971a799f2e711b1571382df345 Author: Michael Natterer
Date: Fri Apr 18 21:15:46 2014 +0200

app: cancel the active tool before going brightness/contrast->levels->curves

because changing tools now automatically commits the old tool.

app/tools/gimpimagemaptool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)