diff options
author | Przemysław <przem@prymula.ct8.pl> | 2025-02-22 16:00:09 +0100 |
---|---|---|
committer | Przemysław <przem@prymula.ct8.pl> | 2025-02-22 16:00:09 +0100 |
commit | 162a478ff16bba9e6eea4c88e77a45595d26cfad (patch) | |
tree | 0f816ce04a7d6ff28053a1b96d5259ea19c9022f /3.0 | |
parent | e6ce1f29f7fbdc6564d5c9ea75a4c833b2f4343b (diff) |
przem-apply-sepia-v3.scm-2.250222-0
Diffstat (limited to '3.0')
-rw-r--r-- | 3.0/przem-apply-sepia-v3.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/3.0/przem-apply-sepia-v3.scm b/3.0/przem-apply-sepia-v3.scm index 532cf9e..aa495b7 100644 --- a/3.0/przem-apply-sepia-v3.scm +++ b/3.0/przem-apply-sepia-v3.scm @@ -2,7 +2,7 @@ ; author: PRP ; licencja: GPL v3 ; Gdańsk - 07-02-2025 -; ver. 2.2502021-0~beta for GIMP 3 +; ver. 2.2502022-0~beta for GIMP 3 ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by @@ -84,7 +84,7 @@ ; tak było w v. 2.10 ;(gimp-edit-blend sepia-layer FG-BG-RGB-MODE NORMAL-MODE GRADIENT-LINEAR 100 0 REPEAT-NONE FALSE TRUE 3 0 TRUE 0 0 image-width image-height) (gimp-context-set-gradient-fg-bg-rgb) - (if (= gradient-shape 0) + (if (= gradient-shape 1) (begin (gimp-context-set-gradient-reverse gradient-reverse) (gimp-drawable-edit-gradient-fill sepia-layer @@ -93,7 +93,7 @@ TRUE 0 0 image-width image-height) ) ) - (if (= gradient-shape 1) + (if (= gradient-shape 2) (begin (gimp-context-set-gradient-reverse gradient-reverse) (gimp-drawable-edit-gradient-fill sepia-layer @@ -103,7 +103,7 @@ 0 0 center-x center-y) ) ) - (if (= gradient-shape 2) + (if (= gradient-shape 0) (begin (gimp-context-set-gradient-reverse gradient-reverse) (gimp-drawable-edit-gradient-fill sepia-layer |