It is currently Wed Jul 22, 2026 12:49 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 30 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: 8bf sequentially ?
PostPosted: Tue Mar 01, 2011 4:04 pm  (#21) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
It's easy to use-Make shortcut - really works
fast movie http://img33.imageshack.us/i/wwj.mp4/

_________________
Image


Top
 Post subject: Re: 8bf sequentially ?
PostPosted: Tue Mar 01, 2011 9:54 pm  (#22) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
yes that is really cool
but ...works also for sequential call of 8bf ?

_________________
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: 8bf sequentially ?
PostPosted: Wed Mar 02, 2011 11:06 am  (#23) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
You can add python filters and *.exe to the list

Forge.exe
gimp.pdb.plug_in_forge( image, drawable, 0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0, run_mode=RUN_WITH_LAST_VALS)


mm extern LabCurves.py
gimp.pdb.python_fu_mm_extern_LabCurves( image, drawable, "foo", run_mode=RUN_WITH_LAST_VALS)


Impressionist
gimp.pdb.photoshop_plug_in_impressionist_entrypoint1( image, drawable, run_mode=RUN_WITH_LAST_VALS)

or
gimp.pdb.photoshop_plug_in_impressionist_entrypoint1( image, drawable, run_mode=RUN_INTERACTIVE)



Some plug-ins do not work in a call mode
run_mode = RUN_WITH_LAST_VALS

but you can mode
run_mode = RUN_INTERACTIVE

Such are, for example G'MIC
gimp.pdb.plug_in_gmic( image, drawable, 0, "foo", run_mode=RUN_INTERACTIVE)

next avi: http://img140.imageshack.us/i/24w.mp4/

_________________
Image


Top
 Post subject: Re: 8bf sequentially ?
PostPosted: Wed Mar 02, 2011 11:21 am  (#24) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16126
Okay so what do you have to do to set it up?
Do you have to set all those 8bf filters in a certain folder and point gimp to them with PSPI and then restart gimp to re-write the pspirc?
Then you add the lists of your filters to your python script?

_________________
Image


Top
 Post subject: Re: 8bf sequentially ?
PostPosted: Wed Mar 02, 2011 11:46 am  (#25) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
For 8bf are two ways:
1. looking for (the data needed plug-ins) file or pspirc
2. create a shortcut by Make shortcut - which can be written to the file
for example:
plugin-shortcut-to-photoshop-plug-in-impressionist-entrypoint1.py
and there is a desired line - 13


Attachments:
plugin-shortcut-to-photoshop-plug-in-impressionist-entrypoint1.zip [868 Bytes]
Downloaded 119 times
Impres.png
Impres.png [ 11.64 KiB | Viewed 1926 times ]

_________________
Image
Top
 Post subject: Re: 8bf sequentially ?
PostPosted: Wed Mar 02, 2011 12:57 pm  (#26) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16126
Thanks MareroQ.
So this will allow you to add just about anything in pspirc or any other script or plug-in any sequence?
You just add the parameters to the python file correct?

_________________
Image


Top
 Post subject: Re: 8bf sequentially ?
PostPosted: Mon May 09, 2011 4:15 pm  (#27) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
Today, Lloyd Konneker - Bootchk announced on http://registry.gimp.org/node/25305
a new version of the Make shortcut that is Gimpscripter
https://github.com/bootchk/gimpscripter
promises to be a great work - the time for testing ...


Attachments:
Gimpscripter.png
Gimpscripter.png [ 26.5 KiB | Viewed 1884 times ]

_________________
Image
Top
 Post subject: Re: 8bf sequentially ?
PostPosted: Tue May 10, 2011 1:11 am  (#28) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16126
Awesome! :)

_________________
Image


Top
 Post subject: Re: 8bf sequentially ?
PostPosted: Tue May 10, 2011 4:59 pm  (#29) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16126
I have actually been playing with this it's pretty cool. :)
You create a python script using input for different ingredients.
Fooling around i actually created one that takes a selection and copies and pastes it as a floating layer.I am still trying to figure out how to create a new layer from the floating selection so it could be a useful script.
Then the user could just make any selection on the image - Go to shortcuts/copy-selection
The selection would be copied, pasted as a new layer in place with (no floating selection).
Guess it is already a part of Gimp but i am just fooling around seeing what i can do.That seemed to be the easiest script to start with. :lol
The only real useful part of the script would be the floating layer - you wouldn't have to anchor it yourself. (lazy i know) :) - But like i said i am just fooling around with it.

Anyways its pretty fun to mess with.I tried to create one with Lyles Soft Focus settings for GMIC but there was an error calling the plug-in for the script.Still have to figure that one out.Something to do with the GMIC command i am sure.

_________________
Image


Top
 Post subject: Re: 8bf sequentially ?
PostPosted: Tue May 10, 2011 5:02 pm  (#30) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16126
On a side note this would make a great macro recorder if it could take the last so many number of history points and group them in its interface.Then you could just call the last so many history points - name the plug in - re-start Gimp and the plug-in is there ready to use. :)

Something like call history?

_________________
Image


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

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group