Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Re: Random Font Text Script

Wed Jul 23, 2014 7:31 am

Graechan wrote:
GnuTux could you put the code in the script and send it to me in a PM as it looks good

Done! :cool

After ensuring that the lower is always 1 less than upper, I use this code.

Code:
(set! r (+ (rand (- upper lower)) lower))   
(set! g (+ (rand (- upper lower)) lower))
(set! b (+ (rand (- upper lower)) lower))

(set! random-color (list r g b))

Re: Random Font Text Script

Wed Jul 23, 2014 7:43 am

Tried it again and got it to work, I will try the other two options now.
Image

Re: Random Font Text Script

Wed Jul 23, 2014 7:48 am

Nice results, Molly & SysTemX. I like the added effects. hehe

Re: Random Font Text Script

Wed Jul 23, 2014 7:59 am

another one :teeth
Image

Re: Random Font Text Script

Wed Jul 23, 2014 9:07 am

GnuTux wrote:Nice results, Molly & SysTemX. I like the added effects. hehe

Thanks Tux, BTW, what is the difference between hee hee and ha ha? Just curious :teeth

Re: Random Font Text Script

Wed Jul 23, 2014 9:25 am

There was supposed to be a colon in front of that hehe so I get the :hehe smiley.

HeHe is more like a snicker in agreement and HaHa is you're funny. Image

Re: Random Font Text Script

Wed Jul 23, 2014 9:51 am

I cee, thanks, going to steal that little guy

Re: Random Font Text Script

Wed Jul 23, 2014 11:38 am

Playing..
Thank you GRAECHAN
Image
using envir.map
Image
using gradient bevel
Image
pls stop me!
Image
Image

Re: Random Font Text Script

Wed Jul 23, 2014 11:48 am

another play
duplicated text layer
using double bump map text on one layer
alpha to selection on the other layer and shrink by 2 pixel, invert selection and cut and move that layer on top.
Image

another play, double bump each letter with different color.
Image

Re: Random Font Text Script

Wed Jul 23, 2014 1:35 pm

Very nice Tin. what a lot of work bumping each layer. nice outcome.

OOps, missed yours Marcello. I love yours too, so much you can do with this script.

Re: Random Font Text Script

Wed Jul 23, 2014 6:00 pm

trandoductin wrote:another play
duplicated text layer
using double bump map text on one layer
alpha to selection on the other layer and shrink by 2 pixel, invert selection and cut and move that layer on top.
[ Image ]

another play, double bump each letter with different color.
[ Image ]
Trando, you don't need to do them one at a time. Make the background layer invisible.
Right click a text layer and select merge visible layers. Duplicate the merged layers. On the bottom merged text layer, click Lock Alpha Channel, and color the letters black.

Create a new white layer just above the background layer, merge the black letters to the white layer and blur 3.

Use that layer as your bump layer and use the colored text layer to bump.

Re: Random Font Text Script

Wed Jul 23, 2014 7:18 pm

thank you Oregonian!

Re: Random Font Text Script

Wed Jul 23, 2014 7:36 pm

Rel 2 is still being finished

Re: Random Font Text Script

Wed Jul 23, 2014 7:52 pm

Thanks Graechan.

Re: Random Font Text Script

Wed Jul 23, 2014 8:33 pm

Molly GnuTux worked on a better framework for the Random color selection and effects implementation and it looks great :yes

Re: Random Font Text Script

Wed Jul 23, 2014 11:01 pm

Rel 2 is heaps of fun, frame is courtesy of 'Gradient Frame'
Image

Re: Random Font Text Script Rel2

Thu Jul 24, 2014 1:02 am

Rel 2 has been posted on GimpScripts see initial post for Link
Image

Re: Random Font Text Script Rel2

Thu Jul 24, 2014 1:22 am

Thank you Graechan and GnuTux. :-}

Re: Random Font Text Script Rel2

Thu Jul 24, 2014 3:53 am

SysTemX That's a great animation
Image

Re: Random Font Text Script Rel2

Thu Jul 24, 2014 4:26 am

Great results of all of you. Thank you Graechan for one more fantastic script. :tyspin :coolthup :clap
Post a reply