It is currently Sun Jun 07, 2026 8:56 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Script/Plugin Request
PostPosted: Sun Feb 26, 2017 7:17 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2090
I've had problems with "pencil portrait" on G'MIC. Works, but takes forever. Is it possible to make a stand alone script/plugin for this feature? I wondered if it would take as long if separate? Thanks.

_________________
Image


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: Script/Plugin Request
PostPosted: Sun Feb 26, 2017 10:01 pm  (#2) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4693
Have you tried Rod's or Dinasset's Pencil Portrait scripts?


Top
 Post subject: Re: Script/Plugin Request
PostPosted: Mon Feb 27, 2017 12:21 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2090
Pat625 wrote:
Have you tried Rod's or Dinasset's Pencil Portrait scripts?

Huh uh. I was wanting the same Pencil Portrait as on G'MIC. Love that feature.

_________________
Image


Top
 Post subject: Re: Script/Plugin Request
PostPosted: Mon Feb 27, 2017 1:50 am  (#4) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
I don't think G'MIC is slow because it has many filters, since when you select a filter it goes into that piece of code it's not running other things at the same time.
I wouldn't know how to reproduce the effect in G'MIC in GIMP.
Unless you knew the steps to reproduce it in GIMP then i could script it but i doubt it'll be faster, probably even slower (as i think G'MIC is already compiled code).

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Script/Plugin Request
PostPosted: Mon Feb 27, 2017 6:23 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2090
trandoductin wrote:
I don't think G'MIC is slow because it has many filters, since when you select a filter it goes into that piece of code it's not running other things at the same time.
I wouldn't know how to reproduce the effect in G'MIC in GIMP.
Unless you knew the steps to reproduce it in GIMP then i could script it but i doubt it'll be faster, probably even slower (as i think G'MIC is already compiled code).

I wondered if it wouldn't be slower. Funny that it's the only feature on G'MIC that does that.Everything else works fine. I uninstalled it, and reinstalled it, to no avail. It used to work fine, then all of a sudden didn't anymore. I don't know if it was from something different in G'MIC itself, or something wrong with my PC.

It seems others have the same problem with it: viewtopic.php?f=28&t=13648

_________________
Image


Top
 Post subject: Re: Script/Plugin Request
PostPosted: Mon Feb 27, 2017 11:55 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Dec 02, 2012
Posts: 203
Location: Cantabria, Spain
Try to follow the original tut

http://gimpchat.com/viewtopic.php?f=23&t=5948

_________________
Image



My Gimp rides on Antergos (Arch), Linux Mint, Debian and Fedora


Top
 Post subject: Re: Script/Plugin Request
PostPosted: Mon Feb 27, 2017 2:37 pm  (#7) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
jamac4k wrote:
Try to follow the original tut

http://gimpchat.com/viewtopic.php?f=23&t=5948


I created script that does what this tutorial described.
It's slow on large images, so i only tested with image of 400pixel width.
more details -> Jamac4k Pencil Portrait Script For GIMP
Image


by the way it was really easy too that you posted the gmic command used for the plugin...but how did you get that command string? is there an output of that somewhere when you run any gmic filter?

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Last edited by trandoductin on Wed Nov 28, 2018 11:44 am, edited 1 time in total.

Top
 Post subject: Re: Script/Plugin Request
PostPosted: Mon Feb 27, 2017 3:06 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
@ Tin
"...but how did you get that command string? is there an output of that somewhere when you run any gmic filter?"
third entry in Input/output, use "Verbose (layer name)", you'll get the command string used

_________________
"Where am I ?"


Top
 Post subject: Re: Script/Plugin Request
PostPosted: Mon Feb 27, 2017 4:10 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2090
Thanks jamac4k.

Thanks tin, but after 5 minutes, I gave up.

_________________
Image


Top
 Post subject: Re: Script/Plugin Request
PostPosted: Mon Feb 27, 2017 5:47 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Dec 02, 2012
Posts: 203
Location: Cantabria, Spain
Problem is Ink Wash usually is so slow.

I just doing the tut changing Ink Wash by Freaky B&W (default values):


Attachments:
File comment: Freaky B&W instead of Ink Wash
TutFBW.jpg
TutFBW.jpg [ 1.45 MiB | Viewed 6029 times ]
File comment: Tran script, 1920 x 1920
Tran.jpg
Tran.jpg [ 1.17 MiB | Viewed 6029 times ]

_________________
Image



My Gimp rides on Antergos (Arch), Linux Mint, Debian and Fedora
Top
 Post subject: Re: Script/Plugin Request
PostPosted: Mon Feb 27, 2017 6:10 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2090
Very nice jamac4k. Thanks again, appreciate it. Perhaps tin can alter the plugin.

_________________
Image


Top
 Post subject: Re: Script/Plugin Request
PostPosted: Mon Feb 27, 2017 9:59 pm  (#12) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
It's not Inkwash it's slow but it is not that slow.
It's the Sketch layer that takes the longest for me.

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Script/Plugin Request
PostPosted: Tue Feb 28, 2017 5:57 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2090
trandoductin wrote:
It's not Inkwash it's slow but it is not that slow.
It's the Sketch layer that takes the longest for me.

It seems odd to me. Sketch by itself doesn't take much time at all.

_________________
Image


Top
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group