It is currently Sat May 18, 2013 5:37 am


Latest GIMP Scripts & Plug-ins

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 74 posts ]  Go to page 1, 2, 3, 4, 5 ... 8  Next
Author Message
 Post subject: Graphic Novel Fx gallery (how to & preset )
PostPosted: Fri Jan 07, 2011 10:15 pm  (#1) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 4957
THIS PRESETS NEED THE LAST VERSION OF THE FILTER UPLOADED A FEW HOURS AGO.
i added the code at bottom of this message

##################################################################
The filter is really versatile and may be used for very extrem and dramatic effect as for more soft retouch

To give a idea of the different possibilities i post some examples, for most if requested i can make a preset

But remember that what can have a very cool effect on a old man face could also have a devastating effect on a girl
portrait

For most devastating Fx scroll to ! VAIOLO! :wh

##############################################

ORIGINAL

Image
Elyse I by BartNJ, on Flickr

FLOU

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

DEPTH

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

POP FLASH

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

MOODY INK

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

DARK REALISM

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

TATOO

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

! VAIOLO !

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

##############GRAPHIC#NOVEL#Fx##########################

#@gimp Graphic Novel FX : gimp_photocomix_booost2, gimp_photocomix_booost2(0)
#@gimp : sep = separator ()
#@gimp : note = note("Apply Local Normalization")
#@gimp : SKIP this step = bool(false)
#@gimp : note = note ("Check the box will disable the 4 sliders below")
#@gimp : sep = separator ()
#@gimp : note = note(" Local Normalization Controls")
#@gimp : LN Amplititude = float(2,0,60)
#@gimp : LN Size = float(6,0,64)
#@gimp : LN Neightborhood-Smoothness = float(5,0,40)
#@gimp : LN Average-Smoothness = float(20,0,40)
#@gimp : sep = separator ()

#@gimp : sep = separator ()
#@gimp : note = note(" Pencil Options")
#@gimp : Pencil Size = float(0.12,0,4)
#@gimp : Pencil Amplitude = float(14,0,200)
#@gimp : sep = separator ()
#@gimp : note = note(" Do you wish to smooth the pencil effect ?")
#@gimp : Activate "Pencil Smoother" = bool(false)
#@gimp : note = note(" If unchecked the 3 sliders below are disabled ")
#@gimp : sep = separator ()
#@gimp : Pencil Smoother Sharpness = float(0.5,0,2)
#@gimp : Pencil Smoother Edge Protection = float(0.54,0,1)
#@gimp : Pencil Smoother Smoothness = float(1.12,0,10)
#@gimp : sep = separator ()
#@gimp : note = note ("Boost Merging Options")
#@gimp : BOOST Merging Option = choice (Overlay , Multiply, Soft light,Color Burn,Color Burn swap,Darken,Stamp,Hard Light,Value ,Value-swap, Freeze)
#@gimp : Opacity = float(1,0,1)
#@gimp : sep = separator ()
#@gimp : Add Painter's Touch = bool()
#@gimp : note = note(" If unchecked the 3 sliders below are disabled ")
#@gimp : sep = separator ()
#@gimp : Painter's Touch Sharpness = float(0.5,0,2)
#@gimp : Painter's Edge Protection Flow = float(0.54,0,1)
#@gimp : Painter's Smoothness =float(0.78,0,10)

#@gimp : sep = separator(), note = note("<small>Author : <i>PhotoComiX</i>. Last update : <i>2011/1/6</i>.</small>")
#@gimp : note = link("Filter explained here","http://www.gimpchat.com/viewtopic.php?f=9&t=775")

gimp_photocomix_booost2 :
-repeat @# -l[$>] -split_opacity -l[0]
-if {$1==0} -gimp_normalize_local $2,$3,$4,$5,1,3,0 -elif {$1==1} -gimp_do_nothing -endif
--gimp_pencilbw $6,$7,0,0,0
-if {$8==0} -gimp_do_nothing[1] -elif {$8==1} -gimp_anisotropic_smoothing[-1] 60,$9,$10,$11,1.1,0.8,30,2,0,1,1,0,1,0 -endif
-if {$12==0} -gimp_compose_overlay[1,0] $13
-elif {$12==1} -gimp_compose_multiply[1,0] $13
-elif {$12==2} -gimp_compose_softlight[1,0] $13
-elif {$12==3} -gimp_compose_colorburn[1,0] $13
-elif {$12==4} -reverse[1,0] -gimp_compose_colorburn[1,0] $13
-elif {$12==5} -gimp_compose_darken[1,0] $13
-elif {$12==6} -reverse[1,0] -gimp_compose_stamp[1,0] $13
-elif {$12==7} -reverse[1,0] -gimp_compose_overlay[1,0] $13
-elif {$12==8} -reverse[1,0] -gimp_compose_value[1,0] $13
-elif {$12==9} -gimp_compose_value[1,0] $13
-elif {$12==10} -reverse[1,0] -gimp_compose_freeze[1,0] $13 -endif
-if {$14==0} -gimp_do_nothing -elif {$14==1} -gimp_anisotropic_smoothing 60,$15,$16,$17,1.1,0.8,30,2,0,1,1,0,1,0 -endif
-endl -a c -endl -done


##########################################################################

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Last edited by PhotoComix on Fri Jan 07, 2011 11:28 pm, edited 2 times in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Profile  
 

 Post subject: Re: Graphic Novel Fx gallery (how to & preset )
PostPosted: Fri Jan 07, 2011 10:31 pm  (#2) 
Offline
GimpChat Member

Joined: Oct 06, 2010
Posts: 2688
The last 3 appeal to me, because my realm is on the dark side. Vivid contrast and darkness with some texture = "Perfezione!"

_________________
You cannot do a kindness too soon because you never know how soon it will be too late.

~Ralph Waldo Emerson


Top
 Profile  
 
 Post subject: Re: Graphic Novel Fx gallery (how to & preset )
PostPosted: Fri Jan 07, 2011 10:37 pm  (#3) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 4957
ORIGINAL

Image
Stay Golden by inorman88, on Flickr

MELANCONY

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

FLASH LIGHT

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

SOFT MELD

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

NOSTALGIA

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

COLOR BURN

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

CHIAROSCURO

Image
Graphic Novel Fx -Test by PhotoComiX, on Flickr

CHIAROSCURO PRESET (thank for the correction ljelyk)

{GN- CHIAROSCURO}{Graphic Novel FX}{gimp_photocomix_booost2}{gimp_photocomix_booost2}{1}{4.36364}{10.4727}{5}{20}{0.12}{14}{0}{0.54}{2.9}{9}{0}{0.93}{1}{0.5}{0.54}{0.78}

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Last edited by PhotoComix on Sat Jan 08, 2011 2:51 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Graphic Novel Fx gallery (how to & preset )
PostPosted: Fri Jan 07, 2011 10:43 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 4991
Definitely like the CHIAROSCURO; what are the settings for it PC? Makes for a pretty good sketch result. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Profile  
 
 Post subject: Re: Graphic Novel Fx gallery (how to & preset )
PostPosted: Fri Jan 07, 2011 10:46 pm  (#5) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 4957
mahvin wrote:
The last 3 appeal to me, because my realm is on the dark side. Vivid contrast and darkness with some texture = "Perfezione!"


So maybe you may like

SKIN DISAESE

Attachment:
pranav 2_000007.jpg
pranav 2_000007.jpg [ 1.83 MiB | Viewed 1599 times ]


WORMizer

Attachment:
4746022404_f1347a03fd_o_000007.jpg
4746022404_f1347a03fd_o_000007.jpg [ 512.34 KiB | Viewed 1599 times ]

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Profile  
 
 Post subject: Re: Graphic Novel Fx gallery (how to & preset )
PostPosted: Fri Jan 07, 2011 10:49 pm  (#6) 
Offline
GimpChat Member

Joined: Oct 06, 2010
Posts: 2688
NOSTALGIA and CHIAROSCURO, I like.

Skin disease would work perfect for my zombie images (Zombie fan). A lighter version of WORMIZER would be more to my liking. Vivid works. :) Good job, PC.

_________________
You cannot do a kindness too soon because you never know how soon it will be too late.

~Ralph Waldo Emerson


Top
 Profile  
 
 Post subject: Re: Graphic Novel Fx gallery (how to & preset )
PostPosted: Fri Jan 07, 2011 11:14 pm  (#7) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 4957
lylejk wrote:
Definitely like the CHIAROSCURO; what are the settings for it PC? Makes for a pretty good sketch result. :)


lylejk i discover that is possible RESURRECT the setting used :geek (if the image was saved as XCF ) when using gimp

The first part of the secret is always use the "new layer" output option, the second is just...copy the layer names

I show
this is a preset of the same filter / a different preset, is for VAIOLO , it make the skins awful and a bit melting away )
{GN- Vaiolo}{Graphic Novel FX}{gimp_photocomix_booost2}{gimp_photocomix_booost2}{1}{7.89474}{6}{5}{20}{0.738462}{14}{0}{0.58}{0.54}{3.59649}{6}{1}{1}{0.5}{0.894737}{4.47368}

This is the layer name of the image you chosed

[G'MIC] Graphic Novel FX : -gimp_photocomix_booost2 1,4.36364,10.4727,5,20,0.12,14,0,0.5,0.54,2.90909,9,0.936364,1,0.5,0.54,0.78

SO... CHIAROSCURO PRESET ( ready to be added to your Gmic_faves if you wish ) is

{GN- CHIAROSCURO}{Graphic Novel FX}{gimp_photocomix_booost2}{gimp_photocomix_booost2}{1}{4.36364}{10.4727,5}{5}{20}{0.12}{14}{0}{0.54}{2.9}{9}{0}{0.93}{1}{0.5}{0.54}{0.78}

Now will be cool a script to get and automatically transform in preset the layers names

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Last edited by PhotoComix on Fri Jan 07, 2011 11:30 pm, edited 1 time in total.

Top
 Profile  
 

 Post subject: Re: Graphic Novel Fx gallery (how to & preset )
PostPosted: Fri Jan 07, 2011 11:23 pm  (#8) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 4957
mahvin wrote:
NOSTALGIA and CHIAROSCURO, I like.

Skin disease would work perfect for my zombie images (Zombie fan). A lighter version of WORMIZER would be more to my liking. Vivid works. :) Good job, PC.


THIS PRESET NEED THE LAST VERSION OF THE FILTER ;UPLOADED A FEW HOURS AGO
I ADDED NOW THE CODE IN THE FIRST MESSAGE


CHIAROSCURO is in my previous message ,if is clear how to recover preset from the layer name i may simply upload the xcf, if not...well i will use NOSTALGIA as second example

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Profile  
 
 Post subject: Re: Graphic Novel Fx gallery (how to & preset )
PostPosted: Fri Jan 07, 2011 11:57 pm  (#9) 
Offline
GimpChat Member

Joined: Aug 13, 2010
Posts: 23
Good work PC!! NOSTALGIA & FLASH LIGHT are my faves :-)

IMHO it may not be a good idea to apply the disease/worm effects on other people portraits as it can hurt the person.

_________________
My photostream: http://flickr.com/neychurluvr/ | I have plenty of CC licensed pictures for your use :-)


Top
 Profile  
 
 Post subject: Re: Graphic Novel Fx gallery (how to & preset )
PostPosted: Sat Jan 08, 2011 12:06 am  (#10) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 4957
pranav wrote:
Good work PC!! NOSTALGIA & FLASH LIGHT are my faves :-)

IMHO it may not be a good idea to apply the disease/worm effects on other people portraits as it can hurt the person.


Pranav i considereted the point but here i clearly used the images for test, testing very delicate and soft effects as more extreme and i show
the original

Anybody is free to apply the restritions he wish on his images i chose that because available for derivative works and i assure no offence to the model were intended and displayed in the first photo of each series

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 74 posts ]  Go to page 1, 2, 3, 4, 5 ... 8  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

* Login   * Subscribe to RSS Feed


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group