It is currently 22 May 2022, 07:43
| ||||
| ||||
|
|

Map Gradient to All Layers Script by FencePost

- Tom
-
23rd Place
- 176 Post(s)
Map Gradient to All Layers Script by FencePost
Is this script fixable ?
I was making a custom font, so it had 65 layers or so, and ran the Map Gradient to all layers script. It ran but didn't actually put the gradients in the layers.
So then I ran skinnyhouse's Custom Font Effects v3.
So now after running skinnyhouse's script I can run FencePost's Map Gradient to all layers script.
The gradients seem a little different, like the gold gradient looks green.
Is there another way to do this ?
The script is here https://www.deviantart.com/fence-post/a ... -154372695
I was making a custom font, so it had 65 layers or so, and ran the Map Gradient to all layers script. It ran but didn't actually put the gradients in the layers.
So then I ran skinnyhouse's Custom Font Effects v3.
So now after running skinnyhouse's script I can run FencePost's Map Gradient to all layers script.
The gradients seem a little different, like the gold gradient looks green.
Is there another way to do this ?
The script is here https://www.deviantart.com/fence-post/a ... -154372695
-
tim
-
1st Place
- 5822 Post(s)
- View:
|Posts
- Topic Posts: 0/10 | Posts: 5822
- Joined: 26 Sep 2016, 00:16
- Cash on hand: 86,484.96 GLP
- Bank: 6,254,306,164.00 GLP
- Gender: Guy
- Location: Canada
- GIMP Version: 2.10.X
- Paint Blotches blog
- Play them songs blog
- Personal Blog
- x 3357
- x 1369
- Contact:
did you try to run it through my GIMP10_constantize script to see if that fixes. Most likely it'll work as long as there is no logical change.
UPDATE: just downloaded fence-posts's script and it ran on fine on my GIMP 2.10.6 Linux Ubuntu so any error you get are most likely just (CAPITALIZED) constant errors which will likely be fixed by GIMP10 Constantize Plug-in
UPDATE: just downloaded fence-posts's script and it ran on fine on my GIMP 2.10.6 Linux Ubuntu so any error you get are most likely just (CAPITALIZED) constant errors which will likely be fixed by GIMP10 Constantize Plug-in
-
Pat625
-
2nd Place
- 4522 Post(s)
Tin, would you please take a look at that Map Gradient to All Layers script again? I tried using your
Constantize Plug-in script but still could not get it to work. Just gave one color, no gradient. Thank you.
Constantize Plug-in script but still could not get it to work. Just gave one color, no gradient. Thank you.
-
tim
-
1st Place
- 5822 Post(s)
- View:
|Posts
- Topic Posts: 0/10 | Posts: 5822
- Joined: 26 Sep 2016, 00:16
- Cash on hand: 86,484.96 GLP
- Bank: 6,254,306,164.00 GLP
- Gender: Guy
- Location: Canada
- GIMP Version: 2.10.X
- Paint Blotches blog
- Play them songs blog
- Personal Blog
- x 3357
- x 1369
- Contact:
What's the error, I can't reproduce anything on my machine because my machine 2.10.6 runs fine with original script.
My machine produces gradient (active gradient) when I have start with layers of grayscale gradients.
My machine produces gradient (active gradient) when I have start with layers of grayscale gradients.
-
Pat625
-
2nd Place
- 4522 Post(s)
I did not get an error message. It ran, but only one solid color. No gradient.
-
tim
-
1st Place
- 5822 Post(s)
- View:
|Posts
- Topic Posts: 0/10 | Posts: 5822
- Joined: 26 Sep 2016, 00:16
- Cash on hand: 86,484.96 GLP
- Bank: 6,254,306,164.00 GLP
- Gender: Guy
- Location: Canada
- GIMP Version: 2.10.X
- Paint Blotches blog
- Play them songs blog
- Personal Blog
- x 3357
- x 1369
- Contact:
@Pat625 ,
I don't know why that is for you.
It just calls plug_in_gradmap to each layer.
I don't know what the fix is.
But you could always work around this by using Run Code on Visible Layers
and using this code (after you've change active gradient that is).
I don't know why that is for you.
It just calls plug_in_gradmap to each layer.
I don't know what the fix is.
But you could always work around this by using Run Code on Visible Layers
and using this code (after you've change active gradient that is).
pdb.plug_in_gradmap(image,layer)
- Tom
-
23rd Place
- 176 Post(s)
I guess maybe I don't know what mapping is.
I only get one color also, whether I use the script by Fencepost or Run Code on Visible Layers or even Gimps Map Gradient. I give up.
I only get one color also, whether I use the script by Fencepost or Run Code on Visible Layers or even Gimps Map Gradient. I give up.
-
tim
-
1st Place
- 5822 Post(s)
- View:
|Posts
- Topic Posts: 0/10 | Posts: 5822
- Joined: 26 Sep 2016, 00:16
- Cash on hand: 86,484.96 GLP
- Bank: 6,254,306,164.00 GLP
- Gender: Guy
- Location: Canada
- GIMP Version: 2.10.X
- Paint Blotches blog
- Play them songs blog
- Personal Blog
- x 3357
- x 1369
- Contact:
Did you start with image with some gradient or solid color if your image is solid color then it'll just stay solid color.
Gradient map only works if you have a variation in colors like a gradient.
For example, if you started with image of grayscale gradient, then by selecting a red gradient for example would turn your grayscale gradient into red gradient. However, if your image just has one color then it'll only be able to map one color from red gradient to your image so you'll get some solid red.
Gradient map only works if you have a variation in colors like a gradient.
For example, if you started with image of grayscale gradient, then by selecting a red gradient for example would turn your grayscale gradient into red gradient. However, if your image just has one color then it'll only be able to map one color from red gradient to your image so you'll get some solid red.
-
Pat625
-
2nd Place
- 4522 Post(s)
T in, I really do not remember which image I used when trying the script. I will check it again as that is a possibility.
Thank you again for your help.
Thank you again for your help.
-
Rod
-
64th Place
- 12 Post(s)
This script runs fine as long as you make all layers VISIBLE first. Then run the script and the widget will then load allowing you to choose your values.Tom wrote: ↑03 Oct 2018, 22:45Is this script fixable ?
I was making a custom font, so it had 65 layers or so, and ran the Map Gradient to all layers script. It ran but didn't actually put the gradients in the layers.
So then I ran skinnyhouse's Custom Font Effects v3.
So now after running skinnyhouse's script I can run FencePost's Map Gradient to all layers script.
The gradients seem a little different, like the gold gradient looks green.
Is there another way to do this ?
The script is here https://www.deviantart.com/fence-post/a ... -154372695

| ||||
| ||||
|
-
- Similar Topics
- Replies
- Views
- Last post
-
- 5 Replies
- 1340 Views
-
Last post by gimpturkey
10 Nov 2021, 14:30
-
- 5 Replies
- 3328 Views
-
Last post by tim
12 Jun 2021, 09:51
-
-
Please, Help with Selection to Gradient Border
by Issabella » 24 Sep 2021, 06:47 » in GIMP/GL Questions - 10 Replies
- 2051 Views
-
Last post by gimpturkey
26 Sep 2021, 19:51
-
-
-
Putting it all together: Using Embossible and other filters in custom font making
by skinnyhouse » 26 May 2021, 11:46 » in GIMP Tutorials - 6 Replies
- 4169 Views
-
Last post by skinnyhouse
26 May 2021, 21:06
-
-
- 1 Replies
- 4023 Views
-
Last post by tim
06 Jun 2021, 13:51
-
-
Custom Font Paths to Layers for Gimp 2.10: Release 0.04
by skinnyhouse » 11 Jun 2021, 11:47 » in GIMP Python Fu Scripts/Plug-ins - 16 Replies
- 8642 Views
-
Last post by Pat625
23 Jun 2021, 05:25
-
-
-
Custom Font Paths to Layers for Gimp 2.10: Release 0.05
by skinnyhouse » 25 Jun 2021, 15:38 » in GIMP Python Fu Scripts/Plug-ins - 6 Replies
- 4192 Views
-
Last post by skinnyhouse
09 Jul 2021, 11:46
-
Who is online
Users browsing this forum: No registered users and 1 guest