thanks everybody for the help so far
Draconian, i studied all your tutorials earlier but the effect im looking for seems to be something different
GimpTricks/Jolie gets her ripples from Render -> Pattern -> Sinus, but it seems thats not quite what i need either...
i had a look at Graechan´s script in the Editor program
from what i understand, it seems the script runs Solid Noise and a BumMap to create the effect
i tried that, but still not getting quite the same effect
;;;;;;;;;;;;Main body of Script;;;;;;;;;;
(gimp-selection-load img-channel)
(gimp-edit-clear text-layer)
(plug-in-solid-noise RUN-NONINTERACTIVE image text-layer 0 0 0 1 5 5)
(plug-in-bump-map RUN-NONINTERACTIVE image text-layer img-channel 360 45 38 0 0 0 0 TRUE FALSE 0)
(if (= polish 0) (gimp-curves-spline text-layer 0 18 #(0 255 30 0 65 255 95 0 125 255 160 0 190 255 222 0 255 255)));max
(if (= polish 1) (gimp-curves-spline text-layer 0 14 #(0 0 31 193 79 30 127 255 191 94 222 255 255 185)));med
(if (= polish 2) (gimp-curves-spline text-layer 0 14 #(0 0 32 160 94 63 127 223 190 161 222 255 255 255)));soft
(gimp-brightness-contrast text-layer bright bright)
(gimp-selection-invert image)
(gimp-edit-clear text-layer)
(gimp-selection-invert image)
Attachment:
erm.png [ 743.2 KiB | Viewed 5595 times ]