gmic-qt

Hi!

In the description stays:
G'MIC-Qt is a versatile front-end to the image processing framework G'MIC. It is in fact a plugin for GIMP, as well as a standalone application.
but in /usr/ports/graphics/gmic-qt/pkg-list is just:
Code:
bin/gmic_krita_qt
It looks that it doesn't work with graphics/gimp
and we should use just the old plugins version or I am doing something wrong?

Thank you.
 
I fixed this locally:

Code:
ln -s /usr/local/bin/gmic_gimp_qt .config/GIMP/2.10/plug-ins/

You don't need to install the gmic package...
 
In grapthics/gimp version 2.10.32,2 you only need to install graphics/gmic-qt and G'MIC-Qt is automatically added to the Filter menu.

The port is named 'gmic-qt-gimp', but the plugin's file name is gmic_gimp_qt with underscores.

There is no need to link the binary to your home plugin folder. The plugin is located at /usr/local/libexec/gimp/2.2/plug-ins/gmic_gimp_qt/gmic_gimp_qt
 
Back
Top