It is currently Wed Jul 24, 2024 12:31 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 30 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Script Requests/Suggestions for gimp chat members
PostPosted: Tue Jun 03, 2014 12:32 pm  (#1) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4041
Location: Canada
I don't know if there is a place where gimp chat members can request/suggest scripts to be written so here it is.
Suggest/Request scripts here and Script Coders can start pumping out scripts (I guess).
Ideally, you'd suggest to automate a certain tutorial so that script coders know how to proceed.

Gimp chat members can request away/ and I guess one of the script coders can call dibs on that request and start working on it.

Mostly, I am just bored and hungry for another script to write.

_________________
TinT


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Tue Jun 03, 2014 12:41 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Hi Tin.
Recently I came over the Frozen Text tut of Graechan.
I saw Issabella being in trouble, I tried myself and I got lost.
If you succeed in following that tutorial, could you think about writing a script to implement it?
Thanks in advance...
(I know, it looks strange to ask somebody else implementing a tut of Graechan...)

_________________
"Where am I ?"


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Tue Jun 03, 2014 12:46 pm  (#3) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4041
Location: Canada
That is weird being that he's script coder I thought he'd have a script of it already.
I'll try to follow his steps once i get some time and see.

_________________
TinT


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Tue Jun 03, 2014 12:58 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Dinasset, a very good proposal. Trandoductin be ready to sweat a little. :roll:

_________________
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 subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Tue Jun 03, 2014 2:01 pm  (#5) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Graechan has already written a similar script called Frost Crystals.

http://www.gimpchat.com/viewtopic.php?f=9&t=6311

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


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Tue Jun 03, 2014 2:06 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Issabella, try that one, to see whether it performs what you're looking for
let's know...

_________________
"Where am I ?"


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Tue Jun 03, 2014 2:22 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Graechan's script is great! it runs perfect and no problems at all. :clap :paint :bump


Attachments:
June.jpg
June.jpg [ 373.27 KiB | Viewed 3171 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 subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Tue Jun 03, 2014 8:57 pm  (#8) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Sorry for the thread hijack, trandoductin.

The scripting tutorials discussion has been split to its own thread here.

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


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Wed Jun 04, 2014 6:43 am  (#9) 
Offline
GimpChat Member

Joined: May 26, 2014
Posts: 53
Great thread, I am looking for a script where it can created dotted lines for the outline of a selection. This is mainly for connect the dots thing.


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Wed Jun 04, 2014 7:59 am  (#10) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
Kenlee20 wrote:
Great thread, I am looking for a script where it can created dotted lines for the outline of a selection. This is mainly for connect the dots thing.


Do you need the dots numbered?

If not, just use a round brush, increase your spacing and stroke the selection.

If you want numbered, this script: http://silent9.com/incoming/scripts/RMA ... points.scm can number points of a path sequentially, and could be tweaked to make connect the dot style dots with offset numbers.... (you could use it directly in two steps, once specifying Method: "Custom - Below", specify a single period as the Custom Labels, choose the text size to get the dot you want; then on a new layer using Method "Numeric" then manually offsetting the layer to move the numbers off the periods.

-Rob A.

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Wed Jun 04, 2014 8:13 am  (#11) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
RobA what a great idea yours. I've tried to do that, but how I get round ones along the edge? Do you know? Thank you so much :clap


Attachments:
's idea.png
's idea.png [ 122.99 KiB | Viewed 2033 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 subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Wed Jun 04, 2014 8:25 am  (#12) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
After making the question, I thought how I could do it. Thanks Rob for your idea.


Attachments:
I got it.png
I got it.png [ 104.61 KiB | Viewed 2030 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 subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Wed Jun 04, 2014 8:30 am  (#13) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Very nice Issabella, love the color combination. This would look cute on a flower basket.

_________________
Image


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Wed Jun 04, 2014 8:46 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
Image


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Wed Jun 04, 2014 9:05 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Yes, Esper. You're right. :jumpclap

Molly, I'll put it on a basket, sure. ;)


Attachments:
Esper.png
Esper.png [ 53.48 KiB | Viewed 2023 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 subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Wed Jun 04, 2014 10:26 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: Feb 14, 2012
Posts: 426
I've often wondered if a script could be made to:

1. run the "Height Offset by Value" script with a setting of x offset 125 and invert.

Image

2. Decrease the image width by half.

Image

3. And then run the Emboss filter on it with an azimuth value of 30.

Image

So that I can easily get a good 3D visual image of height map images.

But maybe also give 4 different options for viewing angles. Now this first one gives a good lighting effect for the right angle but to get a left angle it would start with the "Height Offset by Value" with a setting of -125 in the x offset and an azimuth of 220 in the emboss filter. Then the top view would by an "Height Offset by Value" of -125 in the y field and an azimuth of 110. And the bottom view would have a "Height Offset by Value" of 125 in the y field and an azimuth of 300. The azimuths are 0+30, 90+30, 180+30 and 270+30. The resulting images are good representations of 3D values that can be zoomed in and out of.

Image

colorizing the result would be cool too.

Image



PegLeg


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Wed Jun 04, 2014 11:03 am  (#17) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Very nice PegLeg. It has very good depth.

_________________
Image


Top
 Post subject: split
PostPosted: Wed Jun 04, 2014 11:09 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Request new scripts/plugins
As for layers - only for Paths:
Select the Paths:
- All
- Invert
- Clear
- Reverse

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Script Requests/Suggestions for gimp chat members
PostPosted: Wed Jun 04, 2014 11:31 am  (#19) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7760
Location: On the other side of this screen
Issabella wrote:
Graechan's script is great! it runs perfect and no problems at all. :clap :paint :bump

That is very good. Graechan's script should also show up in scriptfu - alpha to logo - frost crystals.
Image

Have you seen the filter in File - Create - Logos - MS ice cube. I have attached it if you don't have it.
Works a treat if you use it on an appropriate text. I used 'ice sticks'
Image


Attachments:
ice-cube-logo.scm [8.21 KiB]
Downloaded 89 times

_________________
Top
 Post subject: Re: split
PostPosted: Wed Jun 04, 2014 2:51 pm  (#20) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4757
MareroQ wrote:
Request new scripts/plugins
As for layers - only for Paths:
Select the Paths:
- All
- Invert
- Clear
- Reverse


What would "Select all" or "Clear" do? What is the difference between "Invert" and "Reverse" (by the way there is a "reverse-strokes" script in my collection).

_________________
Image


Top
Post new topic Reply to topic  [ 30 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Sympathy for Our "Down Under" Members

53

No new posts Mini-Chat

0

No new posts Welcome to Font Chat

6

No new posts Attachment(s) Only a few humans to chat with...

1



* Login  



Powered by phpBB3 © phpBB Group