It is currently Sat Jun 06, 2026 7:29 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 47 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sat Sep 03, 2016 11:05 pm  (#21) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16011
These will all work. :)

Image

You just can not cap the first letter or it will not work.

_________________
Image


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sat Sep 03, 2016 11:15 pm  (#22) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16011
What is strange is that your default GimpChat works. ThankYou or ThankYouTran will not. The last letters are cut off and a new text layer is created with those letters on it.
WereGood works so perhaps it isnt the cap thing after all. Some combinations work some do not. I tried a dif type face and ThankYouTran and ThankYou works.

_________________
Image


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sat Sep 03, 2016 11:20 pm  (#23) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Try the latest version..
I just manually create each letter to grab the width then remove it right after it's kind'a hack to see ahead of time what widths i am dealing with and i was able to solve OMG's bug.
Image

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sat Sep 03, 2016 11:26 pm  (#24) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16011
I will try the latest one.

That hack worked well! :bigthup

Image

_________________
Image


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sat Sep 03, 2016 11:32 pm  (#25) 
Offline
Script Coder
User avatar

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

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sat Sep 03, 2016 11:45 pm  (#26) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16011
trandoductin wrote:
[ Image ]

Image

_________________
Image


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 2:47 am  (#27) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
the layers emerge perfect for an animation (just set to combine)
Image :bigthup

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


Last edited by Graechan on Sun Sep 04, 2016 3:17 am, edited 1 time in total.

Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 2:57 am  (#28) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16011
Graechan wrote:
the layers emerge perfect for an animation (just set to combine)
[ Image ] :bigthup

Nice Graechan! :bigthup Great idea.

_________________
Image


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 4:15 am  (#29) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4960
Location: Sydney Australia
Trandoductin - Some 'erratic' examples as per my PM response - maybe its me or the southern hemisphere ... or is that the expected result with the extended features of say the green 'y' and 'g' example or the uppercase 'N' and 'T' examples?

Image

_________________
Image

Respect should be offered freely but hard earned


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 4:20 am  (#30) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Here's another Image

Image

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


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 10:29 am  (#31) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
oldmangrumpy wrote:
Trandoductin - Some 'erratic' examples as per my PM response - maybe its me or the southern hemisphere ... or is that the expected result with the extended features of say the green 'y' and 'g' example or the uppercase 'N' and 'T' examples?

[ Image ]

I have no idea what causes that.
Maybe detailed settings so i reproduce this and try to figure out why.

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 10:53 am  (#32) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
So previously i manually added spacing between letters myself...
I have removed that so now letters just get perspectived into place next to each other with no spacing calculated and it looks better i think.
I just a little padding on left and right of word so that the letters don't get totally perspectived into zero corners...too small to see.
OMG give this latest version release #7 a try (posted in 1st post).
I also added release notes to hopefully keep Grachaen happy. :hehe

Image

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 11:02 am  (#33) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
I had to try animation after Grachaen's suggestion.
I didn't see an option to set to combine maybe i missed it but it just works as default export as .gif.
Image
Happy New Year

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 5:13 pm  (#34) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4960
Location: Sydney Australia
Trandoductin - OK; downloaded new version from Post # 1 expecting it to be release #7 as you advised; however, in the script it says version #5.

Whatever, ran it with some outrageous fonts and long words and it looks OK. So, as always, thank you for your scripts :clap

_________________
Image

Respect should be offered freely but hard earned


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 5:59 pm  (#35) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
whooops... i forgot to change the title release number but i have notes for 7 releases.

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 7:13 pm  (#36) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Release 7 is great, GimpChat is a perfect environment to release a new script as we can help you to perfect it.
It's nearly unbreakable now :bigthup

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


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 8:29 pm  (#37) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Thanks Grachaen for all your tips and help... :hi5

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 8:47 pm  (#38) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Just made a simple one to post on a friend's kid's birthday's post on facebook.
I was going for the Chinese typical colors for celebrations...
Image

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 10:51 pm  (#39) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Gotcha 'l-system_v12.scm' (turtle graphics) if loaded will interfere with your script, I'm probably the only one to have this

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


Top
 Post subject: Re: Words To Circles (scheme script)
PostPosted: Sun Sep 04, 2016 11:20 pm  (#40) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
how does it interfere? conflicting variable names?

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
Post new topic Reply to topic  [ 47 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group