It is currently Wed Aug 19, 2026 12:41 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 93 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
 Post subject: Silhouette (Issabella's tutorial) Script
PostPosted: Sat May 31, 2014 4:43 pm  (#1) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4527
Location: Canada
Following Issabella's Silhouette tutorial

This script will run the Silhouette effect on your created (black) art/text/shapes (if it's text make sure you DISCARD text information to make it just a normal layer of black art).


This script will allow you to change color fill of your art.
You can choose to apply curves call or not.
If Apply curves is checked/selected, the colorize call will be made using Hue,Saturation,Lightness settings.
And you can change the offsets of drop-shadow call.
The settings looks like below
Attachment:
SilhouetteOptions.jpg
SilhouetteOptions.jpg [ 84.75 KiB | Viewed 8588 times ]


Put the below file into your gimp's scripts folder (It'll be available under Script-Fu -> Silhouette)
Attachment:
Silhouette.scm [9.38 KiB]
Downloaded 687 times


here's a sample run on some shapes with different settings
Attachment:
shapesTest.jpg
shapesTest.jpg [ 52.14 KiB | Viewed 8588 times ]


This script was requested/suggested by dinasset.

_________________
TinT


Last edited by trandoductin on Sat May 31, 2014 5:55 pm, edited 1 time in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sat May 31, 2014 5:30 pm  (#2) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4527
Location: Canada
just found a bug. fixed it.
Attachment:
testText2fixbug.jpg
testText2fixbug.jpg [ 483.03 KiB | Viewed 8576 times ]

_________________
TinT


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sat May 31, 2014 5:56 pm  (#3) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4527
Location: Canada
Changed Hue and Saturation to have Issabella's defaults like in the tutorial.
Attachment:
anotherTest.jpg
anotherTest.jpg [ 74.24 KiB | Viewed 8566 times ]

_________________
TinT


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sat May 31, 2014 6:03 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
Wow, thanks, I really do love this one.
Image

_________________
Image


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sat May 31, 2014 6:27 pm  (#5) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4527
Location: Canada
Molly, what did you do? cut holes inside your text to get your COOL lettering?

_________________
TinT


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sat May 31, 2014 6:52 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
It is the Font called Giant Tigers, attached below
trandoductin


Attachments:
GIANTTIG.TTF.7z [15.65 KiB]
Downloaded 234 times

_________________
Image
Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sat May 31, 2014 7:43 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Dec 10, 2013
Posts: 1004
Thank you for the script!

Image


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sat May 31, 2014 8:46 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
nice script thx

Image


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 12:39 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
thanks Tin!!!!
my test
(but I was unable to change the color, don't know why; also putting pink or green I still get light blue...)

Attachment:
goodday.png
goodday.png [ 141.89 KiB | Viewed 8481 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 12:46 am  (#10) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4527
Location: Canada
dinasset wrote:
thanks Tin!!!!
my test
(but I was unable to change the color, don't know why; also putting pink or green I still get light blue...)

Attachment:
goodday.png

The call to apply curves makes it a rainbow color,
Then the call to colorize uses Hue/Saturation/Lightness to set the color.

The color on top only applies if you uncheck the Apply Curves but you do get a different look because curves and colorize won't be called.

_________________
TinT


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 12:56 am  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
Attachment:
thanksfor.png
thanksfor.png [ 396.1 KiB | Viewed 5274 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 12:57 am  (#12) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
...but using the suggested method you don't know in advance what will happen!
I guess it's better to have the user colour choice always active somehow (imho)

_________________
"Where am I ?"


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 1:13 am  (#13) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4527
Location: Canada
dinasset wrote:
...but using the suggested method you don't know in advance what will happen!
I guess it's better to have the user colour choice always active somehow (imho)

It would be nice if you can just select color and colorize will do it for you.
Maybe there's already function that does that. I'll look into it.

Try this version
Attachment:
Silhouette.scm [9.93 KiB]
Downloaded 203 times

it doesn't require hue/sat/lightness but it uses a layer using COLOR-MODE (so if you pick light red or dark red for example the outcome is just red neither dark or light)

_________________
TinT


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 3:39 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14137
Location: Spain, Aragón
Thank you so much for another nice script tandoductin, you are so productive. Thanks for sharing. :jumpclap


Attachments:
Script.png
Script.png [ 365.93 KiB | Viewed 5264 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 4:07 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
trandoductin wrote:
dinasset wrote:
...but using the suggested method you don't know in advance what will happen!
I guess it's better to have the user colour choice always active somehow (imho)

It would be nice if you can just select color and colorize will do it for you.
Maybe there's already function that does that. I'll look into it.

Try this version
Attachment:
The attachment Silhouette.scm is no longer available

it doesn't require hue/sat/lightness but it uses a layer using COLOR-MODE (so if you pick light red or dark red for example the outcome is just red neither dark or light)


Yes, Tin, I prefer this one, thanks!
My new test is below:

Attachment:
newtest.png
newtest.png [ 235.72 KiB | Viewed 5260 times ]


post-scriptum
I personally renamed this new version Silhouette2, so both can be used...

_________________
"Where am I ?"


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 12:37 pm  (#16) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4527
Location: Canada
What's the joy in writing scripts? it is to see people try using them (Same as tutorials, except i don't know anything about writing tutorials :lol ).
Thanks guys and gals for using my scripts. It makes me happy :pengy

_________________
TinT


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 2:01 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: May 17, 2014
Posts: 1568
Image



Thanks for the script trandoductin!

_________________
Ella's gallery - YouTube


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 6:38 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Dec 10, 2013
Posts: 1004
Playing on a rainy Sunday afternoon...

Image


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 6:56 pm  (#19) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4527
Location: Canada
Nice play!

_________________
TinT


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 7:03 pm  (#20) 
Offline
GimpChat Member
User avatar

Joined: Apr 07, 2010
Posts: 14182
Nice work gals.

_________________
Image


Top
Post new topic Reply to topic  [ 93 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group