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

Drop shadow - a question from an user - developer-version 2.9

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.

9 of 9 messages available
Toggle history

Please log in to manage your subscriptions.

Drop shadow - a question from an user - developer-version 2.9 Axel und Doris 08 Feb 12:26
  Drop shadow - a question from an user - developer-version 2.9 Joao S. O. Bueno 09 Feb 11:10
   Drop shadow - a question from an user - developer-version 2.9 Alexandre Prokoudine 09 Feb 11:15
    Drop shadow - a question from an user - developer-version 2.9 Joao S. O. Bueno 09 Feb 11:26
     Drop shadow - a question from an user - developer-version 2.9 Alexandre Prokoudine 09 Feb 11:28
    Drop shadow - a question from an user - developer-version 2.9 Simon Budig 09 Feb 11:44
     Drop shadow - a question from an user - developer-version 2.9 Alexandre Prokoudine 09 Feb 20:52
      Drop shadow - a question from an user - developer-version 2.9 Simon Budig 09 Feb 20:59
    Drop shadow - a question from an user - developer-version 2.9 Akkana Peck 09 Feb 17:56
Axel und Doris
2015-02-08 12:26:49 UTC (about 9 years ago)

Drop shadow - a question from an user - developer-version 2.9

Hello

OnIRC-Channel they told me, it ist better to ask the developer directly or write in the bug-report. So, I hope this is the right place now for my question.

I took a first look of the new development version 2.9. on my win7 system. Great work!
My question: The new Filter “Drop Shadow” creates no extra layer. Is this a bug or a new feature?

It would be very importend for our work to get the shadow on an extra layer, because we need it for extra manipulations. It will be nice, if we have the choice to merge down the layers or not.

Thanks for your time to get it fixed. do-se (this is my nick in the gimp-world)

Joao S. O. Bueno
2015-02-09 11:10:46 UTC (about 9 years ago)

Drop shadow - a question from an user - developer-version 2.9

Although the filter is intended to work that way, I consider it to be a bug.

As you know, GIMP 2.9 is still under heavy development, an done of the pending things is to find-put a way
to have the "classic" plug-ins installed back again on a running GIMP - that way, any regressions such as this could be work-arounded by installing the previous script.

In this particular case, I am in favor of restoring the extra-layer creation behavior, or at least have a checkbox to imply it. The uses I myself make of "drop shadow" always require a separate layer.

(For developers: I know that breaks the "a single gegl-op" paradigm for such a plug-in - since it would have to fiddle with the image layer stack - that means that some plug-ins can't simply become an op with automated GUI, but have to be actually coded and call GEGL and gimplib/pdb to manipulate the image)

For now, if you can find the "drop-shadow.scm" file from any gimp2.8 (or less) install and put it in yours scripts dir, it will work.

js -> wrote:

Hello

OnIRC-Channel they told me, it ist better to ask the developer directly or write in the bug-report. So, I hope this is the right place now for my question.

I took a first look of the new development version 2.9. on my win7 system. Great work!
My question: The new Filter “Drop Shadow” creates no extra layer. Is this a bug or a new feature?

It would be very importend for our work to get the shadow on an extra layer, because we need it for extra manipulations. It will be nice, if we have the choice to merge down the layers or not.

Thanks for your time to get it fixed. do-se (this is my nick in the gimp-world)

_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list

Alexandre Prokoudine
2015-02-09 11:15:52 UTC (about 9 years ago)

Drop shadow - a question from an user - developer-version 2.9

On Mon, Feb 9, 2015 at 2:10 PM, Joao S. O. Bueno wrote:

In this particular case, I am in favor of restoring the extra-layer creation behavior, or at least have a checkbox to imply it. The uses I myself make of "drop shadow" always require a separate layer.

Joao,

Does this GEGL op do anything for you at all? Because it does absolutely nothing for me (duly noted in http://wiki.gimp.org/wiki/Hacking:Porting_filters_to_GEGL/UI_review), seperate layer or no separate layer.

Alex

Joao S. O. Bueno
2015-02-09 11:26:19 UTC (about 9 years ago)

Drop shadow - a question from an user - developer-version 2.9

On 9 February 2015 at 09:15, Alexandre Prokoudine wrote:

On Mon, Feb 9, 2015 at 2:10 PM, Joao S. O. Bueno wrote:

In this particular case, I am in favor of restoring the extra-layer creation behavior, or at least have a checkbox to imply it. The uses I myself make of "drop shadow" always require a separate layer.

Yes, I've just tested it and it is definitely working here. Apart from not allowing a separate layer,
the live-preview is a major enhancement. (but the default values could not be worse)

Maybe you are stuck to an old binary version of the operator from an old build?

js ->

Joao,

Does this GEGL op do anything for you at all? Because it does absolutely nothing for me (duly noted in http://wiki.gimp.org/wiki/Hacking:Porting_filters_to_GEGL/UI_review), seperate layer or no separate layer.

Alex _______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list

Alexandre Prokoudine
2015-02-09 11:28:40 UTC (about 9 years ago)

Drop shadow - a question from an user - developer-version 2.9

On Mon, Feb 9, 2015 at 2:26 PM, Joao S. O. Bueno wrote:

Yes, I've just tested it and it is definitely working here. Apart from not allowing a separate layer,
the live-preview is a major enhancement. (but the default values could not be worse)

Maybe you are stuck to an old binary version of the operator from an old build?

Well, there is nothing impossible, but I do build GEGL and GIMP from clean Git checkouts and run 'make uninstall' before installing new stuff. I'll doublecheck when I'm back to my home desktop.

Alex

Simon Budig
2015-02-09 11:44:26 UTC (about 9 years ago)

Drop shadow - a question from an user - developer-version 2.9

Alexandre Prokoudine (alexandre.prokoudine@gmail.com) wrote:

[drop shadow]
Does this GEGL op do anything for you at all? Because it does absolutely nothing for me (duly noted in http://wiki.gimp.org/wiki/Hacking:Porting_filters_to_GEGL/UI_review), seperate layer or no separate layer.

Is the "keep transparency" toggle enabled?

Bye, Simon

simon@budig.de              http://simon.budig.de/
Akkana Peck
2015-02-09 17:56:23 UTC (about 9 years ago)

Drop shadow - a question from an user - developer-version 2.9

Alexandre Prokoudine writes:

Does this GEGL op do anything for you at all? Because it does absolutely nothing for me (duly noted in http://wiki.gimp.org/wiki/Hacking:Porting_filters_to_GEGL/UI_review),

Joao S. O. Bueno writes:

Yes, I've just tested it and it is definitely working here.

I've seen it do nothing, but I've also seen it work. It might have something to do with the scale or transparency of the active layer, but I haven't figured out the rules for when it works vs. when it doesn't.

In truth, I haven't tried very hard since the GEGL drop shadow doesn't work well enough to be usable, so I use the old non-GEGL plug-in. I agree with everyone else that the shadow needs to be on its own layer -- especially on text layers, where GEGL drop shadow currently does nothing except discard the layer's text information.

...Akkana

Alexandre Prokoudine
2015-02-09 20:52:59 UTC (about 9 years ago)

Drop shadow - a question from an user - developer-version 2.9

On Mon, Feb 9, 2015 at 2:44 PM, Simon Budig wrote:

Does this GEGL op do anything for you at all? Because it does absolutely nothing for me (duly noted in http://wiki.gimp.org/wiki/Hacking:Porting_filters_to_GEGL/UI_review), seperate layer or no separate layer.

Is the "keep transparency" toggle enabled?

There is no such toggle in the GEGL op.

Proof: https://git.gnome.org/browse/gegl/plain/operations/common/dropshadow.c

Alex

Simon Budig
2015-02-09 20:59:33 UTC (about 9 years ago)

Drop shadow - a question from an user - developer-version 2.9

Alexandre Prokoudine (alexandre.prokoudine@gmail.com) wrote:

On Mon, Feb 9, 2015 at 2:44 PM, Simon Budig wrote:

Does this GEGL op do anything for you at all? Because it does absolutely nothing for me (duly noted in http://wiki.gimp.org/wiki/Hacking:Porting_filters_to_GEGL/UI_review), seperate layer or no separate layer.

Is the "keep transparency" toggle enabled?

There is no such toggle in the GEGL op.

I was referring to the "keep transparency" toggle in the layers dialog. Which is still alive and kicking, even when used in conjunction with gegl ops.

Having it enabled would explain perfectly what you're seeing.

Bye, Simon

simon@budig.de              http://simon.budig.de/