It is currently Sun Jun 30, 2024 4:52 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 33 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Adjustment layers
PostPosted: Thu Jan 21, 2016 10:12 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
I found scripts for adjustment layers:
http://the-gimp.deviantart.com/art/Adju ... rs-1473128

I'm testing them now and they don't work for me. I'm using the newest version of gimp on windows. When I say they don't work, by that I mean, I don't see an adjustment to the layer (duplicated or an added new one.) Maybe I'm doing something wrong. I also receive errors when running the scripts.

Here's a screen shot:
Image

There are 9 errors in all. It's too bad that these scripts aren't usable because I think they'd be very useful.


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: Adjustment layers
PostPosted: Fri Jan 22, 2016 1:01 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
maybe, if I have time today, I can have a look and port them (or some of them) to the new gimp Scripting Language (tell me which one you do prefer to test as first).

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Fri Jan 22, 2016 1:57 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
dinasset wrote:
maybe, if I have time today, I can have a look and port them (or some of them) to the new gimp Scripting Language (tell me which one you do prefer to test as first).


When you download zip file and open it, all the files are there, so it doesn't matter to me which file you test since they all don't work. Apparently, they hadn't worked in 2.6 either. Not sure who created the plugins but maybe they can be revived.


Top
 Post subject: Re: Adjustment layers
PostPosted: Fri Jan 22, 2016 4:39 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
these scripts require a lot of modifications to run under the current gimp release; I did them just for the first one.
You may test it
Here an example of a selection with modified brightness
Attachment:
colorizationexample_adjustbrightness.png
colorizationexample_adjustbrightness.png [ 65.73 KiB | Viewed 8661 times ]


for the other ones, it will take time
Attachment:
brightness-adjustment-layer.scm [4.47 KiB]
Downloaded 382 times

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Fri Jan 22, 2016 4:58 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
dinasset wrote:
these scripts require a lot of modifications to run under the current gimp release; I did them just for the first one.
You may test it
Here an example of a selection with modified brightness
Attachment:
colorizationexample_adjustbrightness.png


for the other ones, it will take time
Attachment:
brightness-adjustment-layer.scm


With this one, do you have to have a selection in order for it to work?


Top
 Post subject: Re: Adjustment layers
PostPosted: Fri Jan 22, 2016 5:14 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
no, I just used it as an example (because it seems more significant to me), you may have no selection

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Fri Jan 22, 2016 5:19 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
examples for no selection

Attachment:
colorizationexample_B-127.png
colorizationexample_B-127.png [ 45.35 KiB | Viewed 8650 times ]

Attachment:
colorizationexampleB+127.png
colorizationexampleB+127.png [ 45.42 KiB | Viewed 8650 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Fri Jan 22, 2016 8:14 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
It would be cool to have a program you could run old filters through and have a nice new filter come out. :) Seems it would have to be a batch file or some such that replaced text like the Notepad ++ search and replace filter does. Only with all new GIMP PDB values for any GIMP version 2.6 to 2.8.

_________________
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: Adjustment layers
PostPosted: Fri Jan 22, 2016 11:14 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
updated to gimp 2.8 the second one: Dodge or Burn.
Hope it works
Attachment:
burn-dodge-adjustment-layer.scm [4.53 KiB]
Downloaded 372 times

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Fri Jan 22, 2016 1:30 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
I have tested the plugin for Dodge/Burn and it works.


Top
 Post subject: Re: Adjustment layers
PostPosted: Fri Jan 22, 2016 1:44 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
thanks for testing
updated to gimp 2.8 the third one: Color Overlay.
Hope it works

Attachment:
color-overlay-adjustment-layer.scm [4.38 KiB]
Downloaded 246 times

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Sat Jan 23, 2016 12:55 am  (#12) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
updated to gimp 2.8 the fourth one: Desaturate.

Attachment:
desaturate-adjustment-layer.scm [4.2 KiB]
Downloaded 244 times

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Sat Jan 23, 2016 1:50 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
...and also Gradient Fill

Attachment:
gradient-fill-adjustment-layer.scm [7.87 KiB]
Downloaded 245 times

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Sat Jan 23, 2016 5:22 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
...and also Invert
Attachment:
invert-adjustment-layer.scm [4.08 KiB]
Downloaded 232 times


...and also Lightness
Attachment:
lightness-adjustment-layer.scm [4.27 KiB]
Downloaded 234 times

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Sat Jan 23, 2016 5:59 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7315
Location: Göteborg at last!
Thank you very much for these dinasset. They will be so useful!


Top
 Post subject: Re: Adjustment layers
PostPosted: Sat Jan 23, 2016 7:50 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
it has been a request from Mackenzieh.
Glad someone else find them useful...

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Sat Jan 23, 2016 8:15 am  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
these are the last two

Attachment:
pattern-fill-adjustment-layer.scm [4.26 KiB]
Downloaded 265 times


Attachment:
solid-color-adjustment-layer.scm [4.12 KiB]
Downloaded 240 times


Who is interested in the use of all these filters, better to perform some in depth tests for all of them; it's very likely I omitted some "translation" to gimp 2.8....

_________________
"Where am I ?"


Top
 Post subject: Re: Adjustment layers
PostPosted: Sat Jan 23, 2016 8:17 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Aug 16, 2012
Posts: 4271
Location: Göteborg, Sweden
dinasset: i'll chime in with erisian on this - they really will come in handy, thank you.

_________________


Top
 Post subject: Re: Adjustment layers
PostPosted: Sat Jan 23, 2016 12:12 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
Thanks Diego for reviving the plugins. They will definitely come in handy! :)


Top
 Post subject: Re: Adjustment layers
PostPosted: Sat Jan 23, 2016 1:10 pm  (#20) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4694
Thank you very much, Dinasset. Very kind of you to update the plug ins.


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

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Gimp's adjustment layers

1

No new posts Attachment(s) Matching my Phone Camera's 'Brightness' Adjustment

1

No new posts Attachment(s) New GEGL Filter that combines existing adjustment filters in one place

4

No new posts Layers

2

No new posts Help with masks and layers please!

3


cron

* Login  



Powered by phpBB3 © phpBB Group