It is currently Thu Jul 30, 2026 3:20 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 69 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject: Re: Create a Spherical Emap from a Gradient for the Bevel Reflect Logo
PostPosted: Thu Jun 10, 2021 7:07 am  (#61) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 859
Location: SEA - South East Asia
PixLab wrote:
Just an Update for the links to get the different scripts and plug ins as the gimpscripts' website does not do anymore GIMP things...
RobA's Sample a Gradient Along a Path
https://web.archive.org/web/20170614020 ... ng-a-path/

This one is pure awesomeness, I played all the afternoon with it and I' m still in awe!
This one should be in GIMP by default.

_________________
Patrice


Last edited by PixLab on Thu Jun 10, 2021 7:16 am, edited 1 time in total.

Top
 Post subject: Re: Create a Spherical Emap from a Gradient for the Bevel Reflect Logo
PostPosted: Thu Jun 10, 2021 7:14 am  (#62) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2610
A better url for RobA's scripts http://www.silent9.com/incoming/scripts/


Top
 Post subject: Re: Create a Spherical Emap from a Gradient for the Bevel Reflect Logo
PostPosted: Thu Jun 10, 2021 7:17 am  (#63) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 859
Location: SEA - South East Asia
rich2005 wrote:
A better url for RobA's scripts http://www.silent9.com/incoming/scripts/

Wow, Thank you very much!

_________________
Patrice


Top
 Post subject: Re: Create a Spherical Emap from a Gradient for the Bevel Reflect Logo
PostPosted: Thu Jun 10, 2021 2:41 pm  (#64) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 5008
Location: Sydney Australia
PixLab - another good tool for creating your own gradients, this time SVG based, is a plug-in from Tin Tran - I have attached it below.


Attachments:
svg-gradients.zip [3.29 KiB]
Downloaded 185 times

_________________
Image

Respect should be offered freely but hard earned
Top
 Post subject: Re: Create a Spherical Emap from a Gradient for the Bevel Reflect Logo
PostPosted: Thu Jun 10, 2021 11:47 pm  (#65) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 859
Location: SEA - South East Asia
oldmangrumpy wrote:
PixLab - another good tool for creating your own gradients, this time SVG based, is a plug-in from Tin Tran - I have attached it below.

Thank you very much, (right click on a gradient > SVG > 3 choices), I'll play with it to see what it does, and try to follow your tuto here > viewtopic.php?f=11&t=16693&start=10#p229939 ;)

_________________
Patrice


Top
 Post subject: Re: Create a Spherical Emap from a Gradient for the Bevel Reflect Logo
PostPosted: Fri Jun 11, 2021 4:30 am  (#66) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2610
Looks like that is the most recent version of svg-gradients.py It still references Gimp 2.8 which causes an error in my linux Gimp 2.10

If using linux edit the script, line 38 , and comment-out, easiest way is go back to hard encoding the path. This for my appimage Gimp

#where gradient folder is located, the ~ will be expanded by calling os.path.expanduser() function later
gradient_folder = "~/.config/GIMP-AppImage/2.10/gradients/"; # <<<<<<< line 38
#gradient_folder = os.path.join("~",".gimp-2.8","gradients","") #as suggested by dinasset to not hardcode slashes.


Just a reminder, the gmic_gimp_qt plugin has a nice visual gradient filter where you can juggle the start / end points.

Attachment:
gradient.jpg
gradient.jpg [ 126.75 KiB | Viewed 9887 times ]


Top
 Post subject: Re: Create a Spherical Emap from a Gradient for the Bevel Reflect Logo
PostPosted: Sun Jun 13, 2021 9:33 am  (#67) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 859
Location: SEA - South East Asia
rich2005 wrote:
Looks like that is the most recent version of svg-gradients.py It still references Gimp 2.8 which causes an error in my linux Gimp 2.10

If using linux edit the script, line 38 , and comment-out, easiest way is go back to hard encoding the path. This for my appimage Gimp

#where gradient folder is located, the ~ will be expanded by calling os.path.expanduser() function later
gradient_folder = "~/.config/GIMP-AppImage/2.10/gradients/"; # <<<<<<< line 38
#gradient_folder = os.path.join("~",".gimp-2.8","gradients","") #as suggested by dinasset to not hardcode slashes.


Just a reminder, the gmic_gimp_qt plugin has a nice visual gradient filter where you can juggle the start / end points.

Attachment:
gradient.jpg


Thanks a lot rich2005, very useful tips and help!
I like the G'MIC's gradient from line :coolthup

_________________
Patrice


Top
 Post subject: Re: Create a Spherical Emap from a Gradient for the Bevel Reflect Logo
PostPosted: Sun Jun 13, 2021 4:48 pm  (#68) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1837
Yeah, I just used G'MIC's gradient from line for the first time on an image I have and ended up making a decent copper e-map in the process.

Attachment:
copper-text.png
copper-text.png [ 88.52 KiB | Viewed 9734 times ]


Top
 Post subject: Re: Create a Spherical Emap from a Gradient for the Bevel Reflect Logo
PostPosted: Sun Jun 13, 2021 8:55 pm  (#69) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1460
Interesting topic with good contributions. I'm interested in the G'MIC gradient from line - thanks rich and racer-x.


Top
Post new topic Reply to topic  [ 69 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group