mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
Bill Skaggs <weskaggs@primate.ucdavis.edu>
* plug-ins/script-fu/scripts/circuit.scm: don't try to desaturate a grayscale layer, fixes bug #161470.
This commit is contained in:
parent
96145d3623
commit
0dd3e4a721
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-12-16 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||||
|
|
||||||
|
* plug-ins/script-fu/scripts/circuit.scm: don't try to
|
||||||
|
desaturate a grayscale layer, fixes bug #161470.
|
||||||
|
|
||||||
2004-12-16 Sven Neumann <sven@gimp.org>
|
2004-12-16 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/config/gimpconfig-dump.c
|
* app/config/gimpconfig-dump.c
|
||||||
|
|
|
@ -96,7 +96,8 @@
|
||||||
(plug-in-maze 1 image active-layer 5 5 TRUE 0 seed 57 1)
|
(plug-in-maze 1 image active-layer 5 5 TRUE 0 seed 57 1)
|
||||||
(plug-in-oilify 1 image active-layer mask-size 0)
|
(plug-in-oilify 1 image active-layer mask-size 0)
|
||||||
(plug-in-edge 1 image active-layer 2 1 0)
|
(plug-in-edge 1 image active-layer 2 1 0)
|
||||||
(gimp-desaturate active-layer)
|
(if (= type RGBA-IMAGE)
|
||||||
|
(gimp-desaturate active-layer))
|
||||||
|
|
||||||
(if (and
|
(if (and
|
||||||
(= remove-bg TRUE)
|
(= remove-bg TRUE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue