Gimp-Forum.net
oval gradient - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: oval gradient (/Thread-oval-gradient)



oval gradient - gib65 - 01-07-2018

I would like to create an oval gradient. Kind of like the radial gradient except it radiates out in an oval shape instead of a perfect circle.

If there is no such thing as an oval gradient, then perhaps there's a gradient that fills an oval shaped selection. Can this be done?


RE: oval gradient - Espermaschine - 01-07-2018

All those questions will make a lot more sense when you also explain what the context is.

An oval gradient for what ?
For example you can apply an Inner Shadow to an oval shape, so that it would look like a gradient.
But thats all guessing as long as you dont explain what you are trying to do.


RE: oval gradient - rich2005 - 01-07-2018

Is it something like this:

[Image: 2hiCgqX.jpg]

Apply a gradient to a selection.
Gradient one of the shaped modes. Unfortunately in Gimp 2.8 there is not much control over the effect. Adjust your own gradient before applying.


RE: oval gradient - Ofnuts - 01-07-2018

(01-07-2018, 03:31 AM)gib65 Wrote: I would like to create an oval gradient. Kind of like the radial gradient except it radiates out in an oval shape instead of a perfect circle.

If there is no such thing as an oval gradient, then perhaps there's a gradient that fills an oval shaped selection. Can this be done?

Two solutions:

1) Make a radial gradient and scale it along one dimension

2) Fill the selection with a "Shaped" gradient

[attachment=1247]



RE: oval gradient - rich2005 - 01-07-2018

An alternative RobA's old pathblend script http://registry.gimp.org/node/26195

[Image: RfiRh69.jpg]

I know ofnuts has a more modern python plug-in that does similar, memory fails me at the moment.


RE: oval gradient - Ofnuts - 01-07-2018

(01-07-2018, 11:15 AM)rich2005 Wrote: An alternative RobA's old pathblend script http://registry.gimp.org/node/26195


I know ofnuts has a more modern python plug-in that does similar, memory fails me at the moment.

Possibly the old "wrapmap", but I'm not sure it would work here.


RE: oval gradient - gib65 - 01-11-2018

This is perfect, rich. Thank you.