It is currently Wed May 15, 2024 12:12 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Script-Fu Composer?
PostPosted: Fri Oct 25, 2013 7:50 pm  (#1) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
GIMP Version: 2.8.4
Operating System: Windows
GIMP Experience: Beginner Level



Has anyone been able to get this to work, Python plugin is on the registry here Script-Fu Composer and it looks interesting
additional info below↓

_gc directory and sc_tool.py put into your gimp plug-in directory.
When first run click into first button in right corner, and setup your gimp script-fu directory manually, as the as is your gimp Preferences.
For composed scripts look on Filters->Composed.

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


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-Fu Composer?
PostPosted: Fri Oct 25, 2013 8:04 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7311
Location: Göteborg at last!
It's an interesting concept - script creating for dummies. I'm the kind of dummy who might get some use out of that.


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Fri Oct 25, 2013 8:12 pm  (#3) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
looks cool

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Fri Oct 25, 2013 8:47 pm  (#4) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
I finally got the menu to appear but I don't know where it saved the created script to

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


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Fri Oct 25, 2013 9:07 pm  (#5) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Graechan wrote:
I finally got the menu to appear but I don't know where it saved the created script to



quoting from your first message :
For composed scripts look on Filters->Composed.

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Fri Oct 25, 2013 9:33 pm  (#6) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
this is the script that was created, obviously unworkable!
(define (script-fu-scriptcomposer-1 image drawable)
  (let*
    (
     
    )
    (basic1-logo  test 100 sans-bold white blue)
(addborder  0 0 0 0)

  )
)

(script-fu-register
   "script-fu-scriptcomposer-1"
   _"<Image>/Filters/Composed/1"
   ""
   "Script-Fu Composer"
   "(c) 2013, You"
   "October 2013"
   "RGB* GRAY* INDEXED*"
   SF-IMAGE      "Image" 0
   SF-DRAWABLE   "Drawable" 0
)

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


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Sat Oct 26, 2013 2:57 am  (#7) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4744
Erisian wrote:
It's an interesting concept - script creating for dummies. I'm the kind of dummy who might get some use out of that.


I've been dealing with computers for the last 30 years and I see this kind of concept show up regularly. It's based on the misconception that coding is writing code. Writing code is at best 15% of the work. The rest is figuring out the real problem, having very clear ideas on how to solve it, and figuring out what went wrong in the process. And getting something to work properly usually requires going into a level of detail where this kind of tool is more an impairment than anything else, compared to plain text entry. It's a bit like giving people a welding station without telling them how to distinguish steel from copper or lead.

_________________
Image


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Sat Oct 26, 2013 9:25 am  (#8) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4744
Today's Geek & poke (a webcomic for developers) has a link to this page, which is totally mundane to my remark above.

_________________
Image


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Sat Oct 26, 2013 12:04 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7311
Location: Göteborg at last!
Wow - that's well written - I actually understood it!


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Sat Oct 26, 2013 5:56 pm  (#10) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Thank you Ofnuts, for finding the words to describe the script that had eluded me

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


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Sun Oct 27, 2013 4:18 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
ofnuts wrote:
Erisian wrote:
It's an interesting concept - script creating for dummies. I'm the kind of dummy who might get some use out of that.


I've been dealing with computers for the last 30 years and I see this kind of concept show up regularly. It's based on the misconception that coding is writing code. Writing code is at best 15% of the work. The rest is figuring out the real problem, having very clear ideas on how to solve it, and figuring out what went wrong in the process. And getting something to work properly usually requires going into a level of detail where this kind of tool is more an impairment than anything else, compared to plain text entry. It's a bit like giving people a welding station without telling them how to distinguish steel from copper or lead.


Agree with you and that's why I wish GIMP would have adopted a macro model like how Adobe actions are created as opposed to a coders model since coder I'm not. Still, in many respects, Script-fu is more powerful since it does embrace coding, but, the results only as good as the coder that creates them and thank God we have many good coders here. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Sun Oct 27, 2013 4:26 pm  (#12) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
I prefer solution as BIMP ...if only Bimp could allow to chain also interactive calls if requested for me would be perfect

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: Script-Fu Composer?
PostPosted: Tue Nov 19, 2013 8:07 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
I tried installing GimpScripter also which seems to be broken in GIMP-2.8.6. It does show in the menu under Filters but it doesn't open the dialog. Perhaps i need Glade installed?
Graechan how did you get Composer to show in the menus?

_________________
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 new topic Reply to topic  [ 13 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Looking for Script Coder to make Script of my VHS effect

2

No new posts Attachment(s) Cannot run test script-fu script via console

7

No new posts Attachment(s) A liitle Start Help with a Script-Fu Script

3

No new posts Attachment(s) Script-fu

6

No new posts Can someone please make a script fu that does this

4



* Login  



Powered by phpBB3 © phpBB Group