It is currently Thu Mar 28, 2024 9:35 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 297 posts ]  Go to page 1, 2, 3, 4, 5 ... 15  Next
Author Message
 Post subject: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Tue Jul 22, 2014 9:50 pm  (#1) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Written by myself and GnuTux for a request made by K1TesseraEna

This script will create text with each letter having a different font. Options include user configurable font size, choice of text output options, choice of filter for random font selection, background pattern, random rotation of each letter, bumpmap, letter outline, curl, locked text color and font, bumpmap, chisel and inner shadow effects and text layer merging. The download includes some nice paper patterns. If you place them in your patterns folder, paper_4 will become your default pattern.

Image
Image
Image

Image
Image
Image
Menu Location Script-Fu/Logos/Random Font Text

; Rel 0.02 - Added Palette selection or (random RGB color choice) for color Choice; option for rotation threshold, option to bumbmap letters

; Rel 0.03 - Added 'Random color from random palette' to color choices, moved cornercurl back to toggle
; Added bumpmap, chisel and 'inner shadow' to 'Text Effects'
; Added the options to lock the font and color

; Rel 0.04 - Added Text output options

; Rel 0.05 - Added Text 0n cubes option{THIS OPTION REQUIRES GMIC}, option to square the text layers and option to add an individual Bkg color to layers

; Rel 0.5.1 - Improved rendering(thanks to David at Gmic)

; Rel 0.5.2 - Improved GUI, and added font name to layers if Text Output Options = Each Character On Separate Layer

Script is available from GimpScripts Random Font Text



Note!:

Included in the download are some nice paper patterns of which if loaded paper-4 will become your default bkg-pattern otherwise it will be set to crinkled paper

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


Last edited by Graechan on Sat Sep 06, 2014 6:44 pm, edited 13 times in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: tmp
PostPosted: Tue Jul 22, 2014 10:01 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Dec 08, 2013
Posts: 1088
Graechan The Grand Wizard strikes again :) :) :)


Attachments:
GC-RANDOMfontTEXTtest.jpg
GC-RANDOMfontTEXTtest.jpg [ 550.66 KiB | Viewed 8613 times ]

_________________
Image
Top
 Post subject: Re: Random Font text Script
PostPosted: Tue Jul 22, 2014 10:02 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Apr 08, 2010
Posts: 5420
Location: Northwest Ohio
I hope I put everything in the right spot. I put the script in the script folder and the paper patterns in the pattern folder.
Used the gradient border to jazz it up a bit.
Image


Last edited by 2-ton on Tue Jul 22, 2014 10:14 pm, edited 1 time in total.

Top
 Post subject: Re: Random Font text Script
PostPosted: Tue Jul 22, 2014 10:05 pm  (#4) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Yes that's right 2-ton

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


Top
 Post subject: Re: Random Font text Script
PostPosted: Tue Jul 22, 2014 11:21 pm  (#5) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Graechan, you've done a terrific job even though it was a lot of skepticism
about some gimp PDB technicalities. At some point I doubted it was even possible at all.
Thank you!
I have a Q for you. Is it possible to sample font colors from a specific color palette?


Top
 Post subject: Re: Random Font text Script
PostPosted: Tue Jul 22, 2014 11:24 pm  (#6) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3969
Location: Canada
Image

_________________
TinT


Top
 Post subject: Re: Random Font Text Script
PostPosted: Tue Jul 22, 2014 11:49 pm  (#7) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
K1TesseraEna yes of course that's possible, actually my Rel2 version does just that :twisted:

_________________
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 1:23 am  (#8) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Image

Looking good, Graechan! :hi5

_________________
“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 1:58 am  (#9) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
GnuTux your having fun with effects on the different letters, no bugs detected yet thank goodness,
but my palette widget failed :gaah

_________________
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 2:01 am  (#10) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
It would be cool to have an option to select RGB color via random number between 0 and 255. :bigthup

(set! R (random 256))
(set! G (random 256))
(set! B (random 256))

_________________
“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 2:35 am  (#11) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Now that Random works better, thanks to your code I could try it as it would be less likely to return so many grays
(set! random-color '((random 256) (random 256) (random 256)))
resulted in this
Image

_________________
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 2:42 am  (#12) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Yes. Looks good. Maybe you could also have upper and lower constraints set by the user.

_________________
“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 3:07 am  (#13) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
GnuTux could you put the code in the script and send it to me in a PM as it looks good

_________________
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 4:16 am  (#14) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7694
Location: On the other side of this screen
I can only find rel 1 on gimp script. You said there was a rel 2?
I have downloaded and installed rel 1 twice and still cannot find it in my gimp. Have done all the refreshing, restarting etc.

_________________


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

Joined: Apr 07, 2010
Posts: 14182
Tux, I don't know how you got your letters all different textures. I downloaded Rel 1 and none of the options work except when I leave it at the default. When I click bold, curls, it comes out blank.
Here is what I get so far. Where is this Rel 2 I saw mentioned?
Image
Merged and stroked
Image
Only works on these settings, I tried the others and it comes out blank. rebooted several times and still only works on default. I couldn't find Rel2, just Rel-1.
Image

_________________
Image


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

Joined: Apr 07, 2010
Posts: 14182
sallyanne wrote:
I can only find rel 1 on gimp script. You said there was a rel 2?
I have downloaded and installed rel 1 twice and still cannot find it in my gimp. Have done all the refreshing, restarting etc.

Did you look near the top of logos Sallyanne.
Image

_________________
Image


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

Joined: May 16, 2010
Posts: 14709
Location: USA
Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


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

Joined: Apr 01, 2012
Posts: 7694
Location: On the other side of this screen
molly wrote:
sallyanne wrote:
I can only find rel 1 on gimp script. You said there was a rel 2?
I have downloaded and installed rel 1 twice and still cannot find it in my gimp. Have done all the refreshing, restarting etc.

Did you look near the top of logos Sallyanne.
[ Image ]

Thanx Molly. No I didn't, I only looked at the alphabetical list.

_________________


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

Joined: Apr 07, 2010
Posts: 14182
:oops: I did the same thing, that is why I asked. I then went to help > plug-in-browser and typed in the script name and sure enough it was there so then I looked up near the top. :oops: :oops:

_________________
Image


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

Joined: Dec 08, 2013
Posts: 1088
:)


Attachments:
GC-PlaceToBe1a.jpg
GC-PlaceToBe1a.jpg [ 874.17 KiB | Viewed 1837 times ]

_________________
Image
Top
Post new topic Reply to topic  [ 297 posts ]  Go to page 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