It is currently Thu Jul 02, 2026 8:15 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Mon Oct 05, 2020 1:12 am  (#21) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
Playing today for the first time with G'mic SKIN MASK by Iain Fergusson.
I've found it very interesting, because parametric on colours to adapt it to the source image.
Any plan to improve it further?
Or to add parameters on colours in "Detect Skin" by David?

_________________
"Where am I ?"


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Mon Jan 04, 2021 3:34 am  (#22) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
Tried to use today Peiodic Dots, using defaults.
Got this error:

Attachment:
PeriodicDot_error(using defaults).PNG
PeriodicDot_error(using defaults).PNG [ 54.93 KiB | Viewed 10596 times ]


G'MIC 2.9.4 on Gimp 2.10.23 Samj

edit: it happens also on G'MIC 2.9.5pre december

_________________
"Where am I ?"


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Sat May 27, 2023 11:50 am  (#23) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
Possible GMIC filter error in Artistic/hough sketch?

I encountered this problem, while doing some tests:

case A:
1.open an image
2.apply GMIC/Artistic/Hough Sketch (I use output on new active layer)
3.result OK. evident sketching lines on the image

case B:
1.open an image
2.add a frame using GMIC/Frames (blur)
3.result OK, image framed
4.apply GMIC/Artistic/Hough Sketch (I use output on new active layer)
5.result not OK. an almost totally white layer

It seems that Hough Sketch does not work properly on a frames image.

Can someone verify?

My environment:
- Winfows 10 up to date (my hardware does not support Windows 11)
- GIMP 2.10.32 (samj's pack)
- GMIC 3.2.4

Original image:
Attachment:
avatar-3a679aa338624c8f23b7df7001799a29.jpg
avatar-3a679aa338624c8f23b7df7001799a29.jpg [ 690 KiB | Viewed 8006 times ]

Output case A:
Attachment:
avatar-3a679aa338624c8f23b7df7001799a29_unframed_houghsketch.jpg
avatar-3a679aa338624c8f23b7df7001799a29_unframed_houghsketch.jpg [ 1.65 MiB | Viewed 8006 times ]

Output case B:
Attachment:
avatar-3a679aa338624c8f23b7df7001799a29_framed-blur_houghsketch.jpg
avatar-3a679aa338624c8f23b7df7001799a29_framed-blur_houghsketch.jpg [ 47.7 KiB | Viewed 8006 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Sat May 27, 2023 12:34 pm  (#24) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
I can confirm this on:
Linux Mint 20.1
GIMP 2.10.34 PPA
GMIC 3.2.2

Thought it's a matter of alpha channel for that layer, but it does not make a difference if the layer has one or not.

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Sat May 27, 2023 12:52 pm  (#25) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2604
Yep, I can reproduce that as well - kubuntu 20.04 / Gimp 2.10.34 / gmic 3.2.4

A couple of tests. Not alpha. not precision, not multiple layers.

It is the border, isolate with a selection inside the border and Hough Sketch works (although it leaves transparency as a border)

Attachment:
gmic.jpg
gmic.jpg [ 124.33 KiB | Viewed 7994 times ]


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Sat May 27, 2023 1:15 pm  (#26) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
Yes, Rich, same solution I did find.
But, isn't it an error? Either in the Frame filter or in the Hough Sketch?

_________________
"Where am I ?"


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Sat May 27, 2023 1:42 pm  (#27) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2604
dinasset wrote:
But, isn't it an error? Either in the Frame filter or in the Hough Sketch?


I would think it is an error. Best place to get Davids attention is https://discuss.pixls.us/tag/gmic


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Sun May 28, 2023 3:54 am  (#28) 
Offline
GimpChat Member
User avatar

Joined: Mar 15, 2014
Posts: 115
Location: Brooklyn, NY
Ditto here.
gosgood@lydia ~ $ gmic -input Downloads/does_not_exist_01.jpg \
+fx_frame_blur. 30,30,0,5,0,0,128,128,128,0,5,255,255,255,2,2,1,0,0.5,0.5,0 \
+fx_houghsketchbw. 5,30,10,50,0.1,4,0,50,50

Image
hough, upon whichfx_houghsketchbw is based, embodies a voting scheme. hough's orthodox use is to find alignments within images. The strange looking exemplar on the right hand end of the example in the technical reference encodes a voting tally where line segments of particular orientations and positions gain prominence and appear lighter in the voting tally. fx_houghsketchbw scans this tally and plots the line segments that garner the greater balances in the tabulation.
On the one hand, I am inclined to think that the frame so dominates this tally that it swamps other candidates, but on the other, I think the 'vote' shouldn't be that one-sided. `Tis early Sunday morning here on the eastern seaboard of North America. Dawn is breaking. There is time for extra coffee on days such as this and contemplation of things G'MIC. I happen to be preoccupied with Hough-like ruminations at present. Let us add this one to the pile.


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Fri Jun 02, 2023 3:24 am  (#29) 
Offline
New Member

Joined: Jun 02, 2023
Posts: 3
MareroQ wrote:
I am very pleased that the GMIC - the most important addition to the GIMP - has its own forum.
Thank you, that it is done.


I also do agree with you. We also need this kind of forum for proper interaction!


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Tue Nov 28, 2023 10:32 pm  (#30) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
For Linux users only GEGL in Gimp will soon be able to call GMIC strings using the version of GMIC installed on the user's system using this plugin.

viewtopic.php?f=9&t=20652

This will be automatable using GEGL Graph syntax to chain GEGL and GMIC filters together and in theory I can make GEGL plugins that depend on Linux and the system's GMIC to work.


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Tue Nov 28, 2023 10:40 pm  (#31) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
viewtopic.php?f=9&t=20652

Any Youtube tutorial that involves GMIC and Gimp together may end up automated with GEGL syntax. Such as a few popular youtube tutorials for Gimp that involve GEGL and GMIC together for things like a cartoon or painting effect, that will be transformed into a line of automatable syntax. This will also open a whole new window of text styling possibilities that I was never able to automate before.

Once again this plugin is Linux only because it depends on bash (something that is unique to Linux and not on Windows) if we get support which is doubtful their could be a Windows counterpart to the plugin called gegl powershell. Which is Window's counterpart to bash.


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Wed Nov 29, 2023 2:04 am  (#32) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 859
Location: SEA - South East Asia
How to install bash on windows 10?
Installation Of Bash Shell On Windows Is Native as they wrote > https://hackernoon.com/how-to-install-b ... -is-native
The above link explain how to install bash on Windows, and it's quite easy IMHO :bigthup (although I don't use Windows, but by reading the steps, it looks very easy)

_________________
Patrice


Top
 Post subject: Re: NEW: G'MIC Discussions
PostPosted: Thu Nov 30, 2023 8:25 pm  (#33) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
I guess in the near future if Liam figures out how to do it we could have a Windows version. But right now the initial release of GEGL Bash will be Linux only. We don't have a Windows 10 machine to test on.

Also I should point this out that the plugin is meant to be used in GEGL Graph syntax not in a GUI.


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

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group