Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Adjustment layers

Thu Jan 21, 2016 10:12 pm

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.

Re: Adjustment layers

Fri Jan 22, 2016 1:01 am

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).

Re: Adjustment layers

Fri Jan 22, 2016 1:57 am

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.

Re: Adjustment layers

Fri Jan 22, 2016 4:39 am

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
colorizationexample_adjustbrightness.png
colorizationexample_adjustbrightness.png (65.73 KiB) Viewed 8685 times


for the other ones, it will take time
brightness-adjustment-layer.scm
(4.47 KiB) Downloaded 383 times

Re: Adjustment layers

Fri Jan 22, 2016 4:58 am

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
colorizationexample_adjustbrightness.png


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


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

Re: Adjustment layers

Fri Jan 22, 2016 5:14 am

no, I just used it as an example (because it seems more significant to me), you may have no selection

Re: Adjustment layers

Fri Jan 22, 2016 5:19 am

examples for no selection

colorizationexample_B-127.png
colorizationexample_B-127.png (45.35 KiB) Viewed 8674 times

colorizationexampleB+127.png
colorizationexampleB+127.png (45.42 KiB) Viewed 8674 times

Re: Adjustment layers

Fri Jan 22, 2016 8:14 am

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.

Re: Adjustment layers

Fri Jan 22, 2016 11:14 am

updated to gimp 2.8 the second one: Dodge or Burn.
Hope it works
burn-dodge-adjustment-layer.scm
(4.53 KiB) Downloaded 373 times

Re: Adjustment layers

Fri Jan 22, 2016 1:30 pm

I have tested the plugin for Dodge/Burn and it works.

Re: Adjustment layers

Fri Jan 22, 2016 1:44 pm

thanks for testing
updated to gimp 2.8 the third one: Color Overlay.
Hope it works

color-overlay-adjustment-layer.scm
(4.38 KiB) Downloaded 246 times

Re: Adjustment layers

Sat Jan 23, 2016 12:55 am

updated to gimp 2.8 the fourth one: Desaturate.

desaturate-adjustment-layer.scm
(4.2 KiB) Downloaded 245 times

Re: Adjustment layers

Sat Jan 23, 2016 1:50 am

...and also Gradient Fill

gradient-fill-adjustment-layer.scm
(7.87 KiB) Downloaded 246 times

Re: Adjustment layers

Sat Jan 23, 2016 5:22 am

...and also Invert
invert-adjustment-layer.scm
(4.08 KiB) Downloaded 233 times


...and also Lightness
lightness-adjustment-layer.scm
(4.27 KiB) Downloaded 235 times

Re: Adjustment layers

Sat Jan 23, 2016 5:59 am

Thank you very much for these dinasset. They will be so useful!

Re: Adjustment layers

Sat Jan 23, 2016 7:50 am

it has been a request from Mackenzieh.
Glad someone else find them useful...

Re: Adjustment layers

Sat Jan 23, 2016 8:15 am

these are the last two

pattern-fill-adjustment-layer.scm
(4.26 KiB) Downloaded 266 times


solid-color-adjustment-layer.scm
(4.12 KiB) Downloaded 241 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....

Re: Adjustment layers

Sat Jan 23, 2016 8:17 am

dinasset: i'll chime in with erisian on this - they really will come in handy, thank you.

Re: Adjustment layers

Sat Jan 23, 2016 12:12 pm

Thanks Diego for reviving the plugins. They will definitely come in handy! :)

Re: Adjustment layers

Sat Jan 23, 2016 1:10 pm

Thank you very much, Dinasset. Very kind of you to update the plug ins.
Post a reply