[gimp-data-extras] crystal-logo: fix plug-in-displace argument
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-data-extras] crystal-logo: fix plug-in-displace argument
- Date: Mon, 11 Jun 2018 13:27:36 +0000 (UTC)
commit 2f65c5452f4b43a6a1149b9ddb0db4dcab756384
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Mon Jun 11 16:26:48 2018 +0300
crystal-logo: fix plug-in-displace argument
scripts/crystal-logo.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/scripts/crystal-logo.scm b/scripts/crystal-logo.scm
index 5f58c08..00ef752 100644
--- a/scripts/crystal-logo.scm
+++ b/scripts/crystal-logo.scm
@@ -171,7 +171,7 @@
(set! layer2 (car (gimp-layer-copy bg-layer TRUE)))
(gimp-image-insert-layer img layer2 0 1)
- (plug-in-displace RUN-NONINTERACTIVE img layer2 displace displace TRUE TRUE disp-map disp-map 0)
+ (plug-in-displace RUN-NONINTERACTIVE img layer2 displace displace TRUE TRUE disp-map disp-map 1)
(set! layer-mask2 (car (gimp-layer-create-mask layer2 ADD-BLACK-MASK)))
(gimp-layer-add-mask layer2 layer-mask2)
(gimp-image-select-item img CHANNEL-OP-REPLACE text-layer)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]