It is currently Sat Jun 15, 2024 4:49 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 39 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Aug 25, 2016 2:28 pm  (#21) 
Offline
GimpChat Member

Joined: Sep 24, 2012
Posts: 275
Location: Scotland
It'll be as simple as messaging David, he's bound to be pleased to have more contributors :jumpclap

The only downside is he's possibly on holidays right now. I could add it to my own filter list but that's a bad solution, it means any updates rely on me being around (and I'm supposed to be doing other things!). Plus I really don't want to take credit for your work.


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Aug 25, 2016 2:30 pm  (#22) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
take credit for the awesome rewritten version... as long as it's in there I am happy.

_________________
TinT


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Aug 25, 2016 2:38 pm  (#23) 
Offline
GimpChat Member

Joined: Sep 24, 2012
Posts: 275
Location: Scotland
OK then, the plan is to add on my list then get it moved out at a later date. I'll put your name on the filter itself. Just so long as you're aware I'm likely to not be around - if you change your mind send me a message!

Back shortly after it's done ;)


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Aug 25, 2016 2:50 pm  (#24) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Aug 25, 2016 3:11 pm  (#25) 
Offline
GimpChat Member

Joined: Sep 24, 2012
Posts: 275
Location: Scotland
OK for some reason I couldn't push using git, had to edit on github directly. Anyway it should be available under Testing > Garagecoder after filter refresh in around an hour (think the update cycle is every 2 hours). Will check back later in case of problems.


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Aug 25, 2016 3:22 pm  (#26) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Awesome, CAN'T WAIT to see it in there so people can just refresh and see it.

_________________
TinT


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Aug 25, 2016 3:23 pm  (#27) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Rod wrote:
[ Image ]

Woof :hehe

_________________
TinT


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Aug 25, 2016 4:15 pm  (#28) 
Offline
GimpChat Member

Joined: Sep 24, 2012
Posts: 275
Location: Scotland
Well either it's going to be another hour or something is broken. Here's the version I've added in case it doesn't work:

#@gimp Multi Thresholds : tran_multi_threshold, tran_multi_threshold(1)
#@gimp : note = note("<i>Apply color to selectable tones</i>"), sep = separator()
#@gimp : Threshold_1 = int(50,0,255)
#@gimp : Threshold_2 = int(100,0,255)
#@gimp : Threshold_3 = int(150,0,255)
#@gimp : Threshold_4 = int(200,0,255)
#@gimp : 1st color = color(9,0,1)
#@gimp : 2nd color = color(175,42,27)
#@gimp : 3rd color = color(101,101,101)
#@gimp : 4th color = color(174,165,131)
#@gimp : 5th color = color(247,228,160)
#@gimp : sep = separator(), note = note("<small>Author : <i>trandoductin</i>.      Latest update : <i>2016/08/25</i>.</small>")
tran_multi_threshold : -skip ${1=50},${2=100},${3=150},${4=200}
  -repeat $! -l[$>]
    -split_opacity --rgb2ycbcr[0] -channels. 0 -fc[0] ${5-7}
    --fc[0] ${8-10} --ge[-2] $1 -j[0] [-2],0,0,0,0,1,[-1] -rm[-2,-1]
    --fc[0] ${11-13} --ge[-2] $2 -j[0] [-2],0,0,0,0,1,[-1] -rm[-2,-1]
    --fc[0] ${14-16} --ge[-2] $3 -j[0] [-2],0,0,0,0,1,[-1] -rm[-2,-1]
    --fc[0] ${17-19} --ge[-2] $4 -j[0] [-2],0,0,0,0,1,[-1] -rm[-2,-1]
    -rm. -a c
  -endl -done


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Aug 25, 2016 4:36 pm  (#29) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
cool editable colors...
I was trying that yesterday but didn't know that you have to specify 5-7 and so on. Nice additional features for sure.

_________________
TinT


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Fri Aug 26, 2016 8:47 am  (#30) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Congratulations :bigthup


Attachments:
MT.png
MT.png [ 44.13 KiB | Viewed 1364 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Fri Aug 26, 2016 9:21 am  (#31) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Hurray, awesome!

_________________
TinT


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Fri Aug 26, 2016 12:31 pm  (#32) 
Offline
GimpChat Member
User avatar

Joined: Dec 10, 2013
Posts: 1004
I have Partha's version of Gmic; will it still work?

_________________
Image
Macbook Air - MacOS Sierra 10.12
McGimp 2.8.14
G'mic 1.6.5


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Fri Aug 26, 2016 12:39 pm  (#33) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Sweet!

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Fri Aug 26, 2016 1:05 pm  (#34) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Dalia wrote:
I have Partha's version of Gmic; will it still work?

I have no idea, does it have a refresh button like Windows version that grabs updates from internet? just try it.

_________________
TinT


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Fri Aug 26, 2016 7:54 pm  (#35) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4488
Location: Sydney Australia
Nice one Tin & Garagecoder; thank you both ... :clap

Image

_________________
Image

Respect should be offered freely but hard earned


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Fri Aug 26, 2016 9:03 pm  (#36) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4694
Great Tran! I'll have to check that now.

OMG: That is very nice. Different. Have not seen something like that before.


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Fri Aug 26, 2016 9:33 pm  (#37) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
oldmangrumpy wrote:
Nice one Tin & Garagecoder; thank you both ... :clap

[ Image ]

Great you found use for Multi Threshold alone. :hi5

_________________
TinT


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Sep 01, 2016 10:49 am  (#38) 
Offline
GimpChat Member
User avatar

Joined: Mar 28, 2016
Posts: 312
Location: Netherlands
Thank you Trandoductin (it works after refresh). Please, make more filters for G'MIC (under your own test account) . :bigthup

test:
Image


Top
 Post subject: Re: Multi Threshold G'MIC plugin AKA "Pre Obama Posterize" Script.
PostPosted: Thu Sep 01, 2016 11:40 am  (#39) 
Offline
GimpChat Member
User avatar

Joined: Mar 28, 2016
Posts: 312
Location: Netherlands
Another one. Combined three layers with your filter :?

Image


Top
Post new topic Reply to topic  [ 39 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Seeking Help with First Multi-File Batch Script

9

No new posts Looking for the Text Stamp Plugin/Script

4

No new posts Plugin or Script to bend/curve text

17

No new posts Script passes a 0 to the Displace plugin, and apparently it's an issue

0

No new posts Attachment(s) Calendar month and year plugin (script .scm) updated - modified

12



* Login  



Powered by phpBB3 © phpBB Group