It is currently Sat May 04, 2024 7:22 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 18 posts ] 
Author Message
 Post subject: Making a Script that works like Photoshop Actions
PostPosted: Sun Apr 29, 2012 6:01 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Feb 14, 2012
Posts: 426
Well my old version of Photoshop has a feature that lets you record actions. Anything that you do like use a filter or curves or turn to greyscale can all be recorded and then played on other photos. I sure wish there was a way to do that in GIMP.

Is there a way?

Alan


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: Making a Script that works like Photoshop Actions
PostPosted: Sun Apr 29, 2012 6:19 pm  (#2) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
Not yet. (Photoshop's approach to this, just as in the case of their "adjustment" layers, is a kludge; this will become readily apparent once GIMP fully implements acyclical directed graphing.)

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: Making a Script that works like Photoshop Actions
PostPosted: Sun Apr 29, 2012 6:28 pm  (#3) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
saulgoode wrote:
Not yet. (Photoshop's approach to this, just as in the case of their "adjustment" layers, is a kludge; this will become readily apparent once GIMP fully implements acyclical directed graphing.)

Saulgoode I do not understand this answer.

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


Top
 Post subject: Re: Making a Script that works like Photoshop Actions
PostPosted: Sun Apr 29, 2012 6:59 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12520
Do you mean node editing Saul; if so, I 100% agree with you. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Making a Script that works like Photoshop Actions
PostPosted: Sun Apr 29, 2012 7:24 pm  (#5) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
The closest thing is Gimp#. Although many photoshop action files will not work with it.
https://sourceforge.net/projects/gimp-s ... imp-sharp/
You will have to rename the downloaded file to exe instead of e_x_e for the setup to work.
You will also have to rename the gimp-2.6.exe file to gimp-2.4.exe so the installer works.
(then rename it back to gimp-2.6.exe) - if you need help with install PM me.
I am currently trying to compile version 0.18 for windows.
http://maurits.wordpress.com/2010/12/02 ... -released/
All PS action files must be in the scripts folder to work.

Another close one is Gimp Scripter (you will need python).
Some people suggest using a recorder/playback tool to automate Gimp. Scripts from such tools break when the Gimp GUI changes, and the scripts are not easily distributable. Gimpscripter is an alternative.
http://registry.gimp.org/node/25305
This plugin allows you to essentially use plugins to build another python plugin.

_________________
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: Making a Script that works like Photoshop Actions
PostPosted: Wed May 02, 2012 1:27 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jun 04, 2011
Posts: 254
Rod wrote:
The closest thing is Gimp#. Although many photoshop action files will not work with it.
https://sourceforge.net/projects/gimp-s ... imp-sharp/
You will have to rename the downloaded file to exe instead of e_x_e for the setup to work.
You will also have to rename the gimp-2.6.exe file to gimp-2.4.exe so the installer works.
(then rename it back to gimp-2.6.exe) - if you need help with install PM me.
I am currently trying to compile version 0.18 for windows.
http://maurits.wordpress.com/2010/12/02 ... -released/
All PS action files must be in the scripts folder to work.

Another close one is Gimp Scripter (you will need python).
Some people suggest using a recorder/playback tool to automate Gimp. Scripts from such tools break when the Gimp GUI changes, and the scripts are not easily distributable. Gimpscripter is an alternative.
http://registry.gimp.org/node/25305
This plugin allows you to essentially use plugins to build another python plugin.

how do i install this? and will it work in 2.8?

_________________
Image


Top
 Post subject: Re: Making a Script that works like Photoshop Actions
PostPosted: Wed May 02, 2012 3:21 pm  (#7) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
in the quote is the answer to your first question, at least regarding Windows

I didn't try to install on 2.7 because i have no interest in using gimp# (it is a cool idea but its value for me is not in the bundled filters or the compatibility with PS action, but to allow to write filter using the most different languages, from C# to Java..but for me try to handle 1 language is more then sufficient, and i prefer that of GMIC ) but should work..and if not the attempt to install it should not create any problem, except ,in the worst case, loosing a few minutes

_________________
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: Making a Script that works like Photoshop Actions
PostPosted: Wed May 02, 2012 5:05 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jun 04, 2011
Posts: 254
PhotoComix wrote:
in the quote is the answer to your first question, at least regarding Windows

I didn't try to install on 2.7 because i have no interest in using gimp# (it is a cool idea but its value for me is not in the bundled filters or the compatibility with PS action, but to allow to write filter using the most different languages, from C# to Java..but for me try to handle 1 language is more then sufficient, and i prefer that of GMIC ) but should work..and if not the attempt to install it should not create any problem, except ,in the worst case, loosing a few minutes

when i try to install i get this


Attachments:
plug-ins_2012-05-02_15-57-24.png
plug-ins_2012-05-02_15-57-24.png [ 29.19 KiB | Viewed 5586 times ]

_________________
Image
Top
 Post subject: Re: Making a Script that works like Photoshop Actions
PostPosted: Wed May 02, 2012 5:16 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
As i mentioned above you must rename the gimp-2.7.exe file gimp-2.4.exe so the installer is fooled. :)
Just be sure and name it back to gimp-2.7.exe after installing Gimp#.

Gimp sharp should work with Gimp-2.7 or 2.8
As far as i know it works with Gimp-2.6.12.

I have compiled 0.18 but none of the executes will work in gimp-2.7.
I didn't test in Gimp-2.8 or Gimp-2.6.12 yet.

_________________
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: Making a Script that works like Photoshop Actions
PostPosted: Wed May 02, 2012 5:20 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Jun 04, 2011
Posts: 254
Rod wrote:
As i mentioned above you must rename the gimp-2.7.exe file gimp-2.4.exe so the installer is fooled. :)
Just be sure and name it back to gimp-2.7.exe after installing Gimp#.

Gimp sharp should work with Gimp-2.7 or 2.8
As far as i know it works with Gimp-2.6.12.

I have compiled 0.18 but none of the executes will work in gimp-2.7.
I didn't test in Gimp-2.8 or Gimp-2.6.12 yet.

oh ok i get it thanks rod

_________________
Image


Top
 Post subject: Re: Making a Script that works like Photoshop Actions
PostPosted: Wed May 02, 2012 6:25 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
If you have any trouble PM me okay. :)

_________________
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: Making a Script that works like Photoshop Actions
PostPosted: Wed May 02, 2012 6:46 pm  (#12) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Rod you stated that gimp# did not work with all photoshop action files could you post those it does work with.

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


Top
 Post subject: Re: Making a Script that works like Photoshop Actions
PostPosted: Wed May 02, 2012 9:26 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Graechan wrote:
Rod you stated that gimp# did not work with all photoshop action files could you post those it does work with.


To tell you the truth i have only found a small handful that do work. Some show but do not function, and some will run to a certain point and fail.
Obviously all layer style types will not work as well as any with photo shop filters in the macro.
But there are more than just Photoshop Actions filters within Gimp#.
Gimp Sharp is something like GMIC only it opens each dialog separately.
These will work in Gimp-2.6.12 and some need to have the image flattened to work.
Image
Image
Image
Image
Image
Image
Image
Image
THIS
Image
Will create this with the swirlies plugin.
Image
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: Making a Script that works like Photoshop Actions
PostPosted: Wed May 02, 2012 10:03 pm  (#14) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Rod I insalled OK but could not find it (installed in new 2-6-12 portable)

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


Top
 Post subject: Re: Making a Script that works like Photoshop Actions
PostPosted: Thu May 03, 2012 4:34 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Graechan wrote:
Rod I insalled OK but could not find it (installed in new 2-6-12 portable)


Look for all the little images next to each filter.They are all over the menus.
Some in Filters
Some in Web
Some in Render

_________________
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: Making a Script that works like Photoshop Actions
PostPosted: Thu May 03, 2012 8:37 pm  (#16) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
I installed gimp#0.15 some actions worked some didn't, It wasn't woth keeping so I deleted.

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


Top
 Post subject: Re: Making a Script that works like Photoshop Actions
PostPosted: Thu May 03, 2012 9:43 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Sorry to hear that Graechan.
Like i was saying, the newer 0.18 would probably run more of them but no-one has been able to compile it and have it work. I have compiled it but it will not run. I wonder if it just needs a certain VB microsoft dll file within the bin or system folder to work?
I have most of them i think. :)

Guess i will do some testing to see.

_________________
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: Making a Script that works like Photoshop Actions
PostPosted: Fri May 04, 2012 5:28 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2254
Location: Poland
In version 0.18 (Ubuntu 12.04 Gimp 2.8 64 bit) a little news:
works: Sky and PicturePackage.
The only new:
1. QR
2. Trim


Attachments:
PicturePackage.png
PicturePackage.png [ 287.71 KiB | Viewed 1503 times ]
QR.png
QR.png [ 31.9 KiB | Viewed 1503 times ]
Trim.png
Trim.png [ 25.83 KiB | Viewed 1503 times ]

_________________
Image

Slava
Ukraini!
Top
Post new topic Reply to topic  [ 18 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Remaking Photoshop Actions in GIMP

9

No new posts What is the point of making Gimp look and act like photoshop?

17

No new posts Attachment(s) Making Art from Script

4

No new posts Help! Script-fu gegl:gegl works on only some of my third party filters

5

No new posts Attachment(s) Inpaint [version] none works

10



* Login  



Powered by phpBB3 © phpBB Group