Bilbo
August 30, 2022, 2:27pm
5
I have the same issue. I just did a search on one of those filters and found a video on this site:
I’ve been working on updating my denoising filter and decided to do something a little different and make a video about it.
[Preview of GMIC denoising filter]
I have uploaded the filter to my testing folder so it should propagate through the system and be available. It will only work in one of the latest 2.7 pre-releases because it relies on a recent update from @David_Tschumperle
It is old, but may help you.
Another way is to scroll through the options panel, some authors put links to more help.
Searching more, I found Iain publishes his code at:
#@gmic
#----------------------------------------------------------------------
#
# File : iain_fergusson.gmic <-- Put your filename here.
# ( G'MIC commands file )
#
# Description : External Filters by Iain Fergusson.
#
# Location : If you are using the G'MIC plug-in for GIMP, and made
# a filter update via Internet, a copy of this file
# should be located in the folder :
#
# $HOME/.gmic_def.xxxx (on Unix-based OS).
# %APPDATA/gmic_def.xxxx (on Windows-based OS).
#
# Copyright : Iain Fergusson
# ( http://iainfergusson.co.nz)
#
# License : Attribution-NonCommercial-ShareAlike 3.0 New Zealand
# http://creativecommons.org/licenses/by-nc-sa/3.0/nz/
This file has been truncated. show original
I hope this can point you in the right direction!