It is currently Mon Jul 22, 2024 12:25 pm


All times are UTC - 5 hours [ DST ]



Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Old -GMIC- PhotoComix Graphic Boost I
PostPosted: Sat Jan 01, 2011 11:09 pm  (#1) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
@ For the admin: i hope you don't mind if i use this page also as help page for the filter, the link will be available from the filter gui

NEW VERSION

Image
Gmic-graphic boost- updated by PhotoComiX, on Flickr

Changes:

Fixed application of Value mode
Better Default
Preview at 1:1
Now support multiple inputs and transparency
added link to a presentation/help page

NOTE : The old presets i did may not work on this new version in case i will post some new editing this message

The code below DON'T CONFLICT with the older version now in gmic in the Preset/testing menu
##################################################################################
#@gimp PhotoComiX Graphic Boost I : gimp_photocomix_boost1, gimp_photocomix_boost1(0)
#@gimp : sep = separator ()
#@gimp : note = note("Unsharp Mask controls")
#@gimp : Radius = float(1.25,0,20)
#@gimp : Darken = float(1.50,0,10)
#@gimp : sep = separator()
#@gimp : note = note("BW_Pencil Controls")
#@gimp : Pencil Size = float(0.15,0,4)
#@gimp : Pencil Amplitude = float(14,0,200)
#@gimp : sep = separator ()
#@gimp : Activate "Pencil Smoother" = bool(false)
#@gimp : note = note(" If unchecked the 3 sliders below are disabled ")
#@gimp : Pencil Smoother Sharpness = float(0.5,0,2)
#@gimp : Pencil Smoother Edge Protection = float(0.45,0,1)
#@gimp : Pencil Smoother Smoothness = float (0.78,0,10)
#@gimp : sep = separator ()
#@gimp : note = note("Merging Options")
#@gimp : Merging Option = choice( Soft Light, Multiply, Hard Light , Color Burn ,Darken ,Stamp, Overlay, Value)
#@gimp : Opacity = float(1,0,1)
#@gimp : sep = separator ()
#@gimp : Add Painter's Touch = bool(true)
#@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.45,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/1</i>.</small>")
#@gimp : note = link("Filter explained here","http://www.gimpchat.com/viewtopic.php?f=9&t=775")

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

Mod
please lock a new version is ready

Locked - O

_________________
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


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Graphic Boost Babes are Awesome.

8

No new posts GMIC Wild cartoonizer Photocomix

7

No new posts PhotoComix and SaulGoode

13

No new posts Attachment(s) Wild Cartoonizer by PhotoComix

10

No new posts Attachment(s) Graphic Novel Illustration in GIMP 2.10 - Tutorial

0



* Login  



Powered by phpBB3 © phpBB Group