install Emboss with image_type RGB* since it seems to work well on layers

2000-08-09  Sven Neumann  <sven@gimp.org>

* plug-ins/common/emboss.c: install Emboss with image_type
RGB* since it seems to work well on layers with alpha channel
(despite the preview, but I think we can live with that).
This commit is contained in:
Sven Neumann 2000-08-08 23:49:16 +00:00 committed by Sven Neumann
parent f659df1784
commit 851e4e3265
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2000-08-09 Sven Neumann <sven@gimp.org>
* plug-ins/common/emboss.c: install Emboss with image_type
RGB* since it seems to work well on layers with alpha channel
(despite the preview, but I think we can live with that).
2000-08-08 Daniel Egger <egger@suse.de> 2000-08-08 Daniel Egger <egger@suse.de>
* tools/pdbgen/pdb/convert.pdb: * tools/pdbgen/pdb/convert.pdb:

View File

@ -165,7 +165,7 @@ query (void)
"Eric L. Hernes", "Eric L. Hernes",
"1997", "1997",
N_("<Image>/Filters/Distorts/Emboss..."), N_("<Image>/Filters/Distorts/Emboss..."),
"RGB", "RGB*",
PROC_PLUG_IN, PROC_PLUG_IN,
nargs, 0, nargs, 0,
args, NULL); args, NULL);