It is currently Wed Apr 24, 2024 8:15 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: 3975
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 6550 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 658 times


here's a sample run on some shapes with different settings
Attachment:
shapesTest.jpg
shapesTest.jpg [ 52.14 KiB | Viewed 6550 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: 3975
Location: Canada
just found a bug. fixed it.
Attachment:
testText2fixbug.jpg
testText2fixbug.jpg [ 483.03 KiB | Viewed 6538 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: 3975
Location: Canada
Changed Hue and Saturation to have Issabella's defaults like in the tutorial.
Attachment:
anotherTest.jpg
anotherTest.jpg [ 74.24 KiB | Viewed 6528 times ]

_________________
TinT


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sat May 31, 2014 6:03 pm  (#4) 
Offline
Global Moderator
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: 3975
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
Global Moderator
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 216 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: 14816
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 6443 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: 3975
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: 14816
Location: roma, italy
Attachment:
thanksfor.png
thanksfor.png [ 396.1 KiB | Viewed 2487 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: 14816
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: 3975
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 171 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: 12656
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 2477 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: 14816
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 2473 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: 3975
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: 1426
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: 3975
Location: Canada
Nice play!

_________________
TinT


Top
 Post subject: Re: Silhouette (Issabella's tutorial) Script
PostPosted: Sun Jun 01, 2014 7:03 pm  (#20) 
Offline
Global Moderator
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 ]


   Similar Topics   Replies 
No new posts Attachment(s) Silhouette Dancers Brush

11

No new posts Attachment(s) pm_create_a_water_drop_text.py (Issabella request) updated

17

No new posts Attachment(s) create_valentine_day_card.py (Requested by Issabella) updated

16

No new posts Slideshow of PlainKnitted outcomes (by Issabella)

5

No new posts Slideshow of WaterSketch outcomes (by Issabella)

4



* Login  



Powered by phpBB3 © phpBB Group