It is currently Thu Jul 04, 2024 3:13 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 297 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 15  Next
Author Message
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 7:31 am  (#21) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
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.

(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))

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 7:43 am  (#22) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Tried it again and got it to work, I will try the other two options now.
Image

_________________
Image


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 7:48 am  (#23) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Nice results, Molly & SysTemX. I like the added effects. hehe

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 7:59 am  (#24) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
another one :teeth
Image

_________________
Image


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 9:07 am  (#25) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
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

_________________
Image


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 9:25 am  (#26) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
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

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 9:51 am  (#27) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I cee, thanks, going to steal that little guy

_________________
Image


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 11:38 am  (#28) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
Playing..
Thank you GRAECHAN
Image
using envir.map
Image
using gradient bevel
Image
pls stop me!
Image
Image


Last edited by Marcello on Wed Jul 23, 2014 12:24 pm, edited 3 times in total.

Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 11:48 am  (#29) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4003
Location: Canada
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

_________________
TinT


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 1:35 pm  (#30) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
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.

_________________
Image


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 6:00 pm  (#31) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
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.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 7:18 pm  (#32) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4003
Location: Canada
thank you Oregonian!

_________________
TinT


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 7:36 pm  (#33) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Rel 2 is still being finished

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 7:52 pm  (#34) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Thanks Graechan.

_________________
Image


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 8:33 pm  (#35) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Molly GnuTux worked on a better framework for the Random color selection and effects implementation and it looks great :yes

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Random Font Text Script
PostPosted: Wed Jul 23, 2014 11:01 pm  (#36) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Rel 2 is heaps of fun, frame is courtesy of 'Gradient Frame'
Image

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Random Font Text Script Rel2
PostPosted: Thu Jul 24, 2014 1:02 am  (#37) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Rel 2 has been posted on GimpScripts see initial post for Link
Image

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Random Font Text Script Rel2
PostPosted: Thu Jul 24, 2014 1:22 am  (#38) 
Offline
GimpChat Member
User avatar

Joined: Dec 08, 2013
Posts: 1088
Thank you Graechan and GnuTux. :-}


Attachments:
GC-RandomFontText.gif
GC-RandomFontText.gif [ 904.6 KiB | Viewed 1423 times ]

_________________
Image
Top
 Post subject: Re: Random Font Text Script Rel2
PostPosted: Thu Jul 24, 2014 3:53 am  (#39) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
SysTemX That's a great animation
Image

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Random Font Text Script Rel2
PostPosted: Thu Jul 24, 2014 4:26 am  (#40) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12709
Location: Spain, Aragón
Great results of all of you. Thank you Graechan for one more fantastic script. :tyspin :coolthup :clap


Attachments:
Gracias.jpg
Gracias.jpg [ 378.28 KiB | Viewed 1417 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
Post new topic Reply to topic  [ 297 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 15  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Error with ICCII's Random Blends Script

6

No new posts Attachment(s) Using Custom Font Faux 3D with text layers

2

No new posts script to load text file and create text layer

6

No new posts Attachment(s) Script-fu interactive UI window - font size and spacing

4

No new posts Attachment(s) Font In Status Bar Not Loading Correctly (on top of other font issues)

4



* Login  



Powered by phpBB3 © phpBB Group