ofn-gradient-along-path - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: ofn-gradient-along-path (/Thread-ofn-gradient-along-path) Pages:
1
2
|
ofn-gradient-along-path - Ofnuts - 05-16-2018 First script to use new APIs in Gimp 2.10 (at last, the APi to stroke paths in "line" mode...). More or less a rewritten neon-path. [attachment=1724]
At the usual place. Enjoy. RE: ofn-gradient-along-path - Ofnuts - 05-17-2018 Updated to add a Reverse gradient option. RE: ofn-gradient-along-path - rich2005 - 05-17-2018 Nice one. Circles in particular come out good. Had to be the very first thing I tried, which gave this rounded effect to the right side triangle vertex. Not been able to get that again with single triangles. Looked like this: https://i.imgur.com/ZvEiiXf.jpg the path attached if you want to try it. RE: ofn-gradient-along-path - Blighty - 05-17-2018 (05-17-2018, 09:19 AM)rich2005 Wrote: the path attached if you want to try it. I opened triangle.svg in Inkscape. That right hand note is not a sharp corner node. It is a smooth node which means that the lines have a curve to them. Small and not really visible, but there. RE: ofn-gradient-along-path - rich2005 - 05-17-2018 Yeah, must have 'pulled' it on that vertex. https://i.imgur.com/bUuwMs1.jpg Should have been in polygonal mode, more haste, less speed RE: ofn-gradient-along-path - Ofnuts - 06-03-2018 Pretty cool to create bevel effects.... * Text-to-path * Select, from path and invert selection (ie select outside of text) * On a white layer, G-A-P (FG-to-BG, using the default Black/White) * Lighting effect, using above layer as bump map [attachment=1793]
RE: ofn-gradient-along-path - mahvin - 07-09-2022 (06-03-2018, 09:39 AM)Ofnuts Wrote: Pretty cool to create bevel effects.... Mind blown! I've been searching for various ways to create home-made gradient maps, and re-read this last post and quite by accident, discovered a new way to make 3D text, following your above instructions to a T with ONE difference: after you create the inverted selection, move the saved path just slightly lower and diagonally from the selection, using the path to select GAP and you get results like this. RE: ofn-gradient-along-path - PixLab - 07-10-2022 Quote:* On a white layer, G-A-P (FG-to-BG, using the default Black/White) What does mean GAP? What is GAP? RE: ofn-gradient-along-path - mahvin - 07-10-2022 (07-10-2022, 04:13 AM)PixLab Wrote:Quote:* On a white layer, G-A-P (FG-to-BG, using the default Black/White) gradient along path RE: ofn-gradient-along-path - Ofnuts - 10-14-2022 Updated on SourceForge. Changes:
|