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

Wishlist: gegl Gaussian blur X&Y settings

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.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

Wishlist: gegl Gaussian blur X&Y settings Partha Bagchi 18 May 22:24
  Wishlist: gegl Gaussian blur X&Y settings Michael Natterer 18 May 23:05
   Wishlist: gegl Gaussian blur X&Y settings Partha Bagchi 18 May 23:20
    Wishlist: gegl Gaussian blur X&Y settings Michael Natterer 19 May 00:35
     Wishlist: gegl Gaussian blur X&Y settings Partha Bagchi 19 May 01:45
      Wishlist: gegl Gaussian blur X&Y settings Partha Bagchi 19 May 15:11
Partha Bagchi
2012-05-18 22:24:17 UTC (over 12 years ago)

Wishlist: gegl Gaussian blur X&Y settings

Hi All,

For the Gaussian blur gegl tool, is it possible to link the X & Y size settings so that they scroll together? More often than not, you are likely to use the same value in both directions.

Thanks, Partha

Michael Natterer
2012-05-18 23:05:05 UTC (over 12 years ago)

Wishlist: gegl Gaussian blur X&Y settings

On Fri, 2012-05-18 at 18:24 -0400, Partha Bagchi wrote:

Hi All,

For the Gaussian blur gegl tool, is it possible to link the X & Y size settings so that they scroll together? More often than not, you are likely to use the same value in both directions.

This is planned, by using hints on the gegl properties, so the gimp UI can be constructed generically, we will not add a special case for blur.

--Mitch

Partha Bagchi
2012-05-18 23:20:34 UTC (over 12 years ago)

Wishlist: gegl Gaussian blur X&Y settings

On Fri, May 18, 2012 at 7:05 PM, Michael Natterer wrote:

On Fri, 2012-05-18 at 18:24 -0400, Partha Bagchi wrote:

Hi All,

For the Gaussian blur gegl tool, is it possible to link the X & Y size settings so that they scroll together? More often than not, you are likely to use the same value in both directions.

This is planned, by using hints on the gegl properties, so the gimp UI can be constructed generically, we will not add a special case for blur.

--Mitch

Sounds good to me. Looking forward to it.

Thanks, Partha

Michael Natterer
2012-05-19 00:35:26 UTC (over 12 years ago)

Wishlist: gegl Gaussian blur X&Y settings

On Fri, 2012-05-18 at 19:20 -0400, Partha Bagchi wrote:

On Fri, May 18, 2012 at 7:05 PM, Michael Natterer wrote:

On Fri, 2012-05-18 at 18:24 -0400, Partha Bagchi wrote:

Hi All,

For the Gaussian blur gegl tool, is it possible to link the X & Y size settings so that they scroll together? More often than not, you are likely to use the same value in both directions.

This is planned, by using hints on the gegl properties, so the gimp UI can be constructed generically, we will not add a special case for blur.

--Mitch

Sounds good to me. Looking forward to it.

I couldn't resist and hacked it up as proof-of-concept, without hinting from GEGL:

commit c0351f070673fdb84320f9ac917cba78bf9088f6 Author: Michael Natterer
Date: Sat May 19 02:30:32 2012 +0200

app: connect x/y and width/height properties of GEGL ops with chain buttons

Add (too) simple heuristic that connects to subsequent numeric property
widgets with a chain button if their property names have the suffixes
"x" and "y", or "width" and "height".

Partha Bagchi
2012-05-19 01:45:40 UTC (over 12 years ago)

Wishlist: gegl Gaussian blur X&Y settings

On Fri, May 18, 2012 at 8:35 PM, Michael Natterer wrote:

On Fri, 2012-05-18 at 19:20 -0400, Partha Bagchi wrote:

On Fri, May 18, 2012 at 7:05 PM, Michael Natterer wrote:

On Fri, 2012-05-18 at 18:24 -0400, Partha Bagchi wrote:

Hi All,

For the Gaussian blur gegl tool, is it possible to link the X & Y size settings so that they scroll together? More often than not, you are likely to use the same value in both directions.

This is planned, by using hints on the gegl properties, so the gimp UI can be constructed generically, we will not add a special case for blur.

--Mitch

Sounds good to me. Looking forward to it.

I couldn't resist and hacked it up as proof-of-concept, without hinting from GEGL:

commit c0351f070673fdb84320f9ac917cba78bf9088f6 Author: Michael Natterer
Date: Sat May 19 02:30:32 2012 +0200

app: connect x/y and width/height properties of GEGL ops with chain buttons

Add (too) simple heuristic that connects to subsequent numeric property
widgets with a chain button if their property names have the suffixes
"x" and "y", or "width" and "height".

Wait! You already committed it?? :)

gimp-developer-list mailing list
gimp-developer-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-developer-list
Partha Bagchi
2012-05-19 15:11:41 UTC (over 12 years ago)

Wishlist: gegl Gaussian blur X&Y settings

On Fri, May 18, 2012 at 9:45 PM, Partha Bagchi wrote:

On Fri, May 18, 2012 at 8:35 PM, Michael Natterer wrote:

On Fri, 2012-05-18 at 19:20 -0400, Partha Bagchi wrote:

On Fri, May 18, 2012 at 7:05 PM, Michael Natterer wrote:

On Fri, 2012-05-18 at 18:24 -0400, Partha Bagchi wrote:

Hi All,

For the Gaussian blur gegl tool, is it possible to link the X & Y size settings so that they scroll together? More often than not, you are likely to use the same value in both directions.

This is planned, by using hints on the gegl properties, so the gimp UI can be constructed generically, we will not add a special case for blur.

--Mitch

Sounds good to me. Looking forward to it.

I couldn't resist and hacked it up as proof-of-concept, without hinting from GEGL:

commit c0351f070673fdb84320f9ac917cba78bf9088f6 Author: Michael Natterer
Date: Sat May 19 02:30:32 2012 +0200

app: connect x/y and width/height properties of GEGL ops with chain buttons

Add (too) simple heuristic that connects to subsequent numeric property
widgets with a chain button if their property names have the suffixes
"x" and "y", or "width" and "height".

Wait! You already committed it?? :)

Woo-hooo! Works great on 2.9.1! Thanks!

gimp-developer-list mailing list
gimp-developer-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-developer-list