Using 'buntu 18.04 (bionic) gmic site: http://www.gmic.eu
For Gimp 2.8 this one should workhttps://gmic.eu/files/linux/gmic_2.8.4_gimp2.8_ubuntu_bionic_amd64.zip
edit: a quick check and the one I am using is this: https://gmic.eu/files/linux/gmic_2.8.4_g...inux64.zip (vague memories of the 'buntu one not working)
Unzip, put gmic_gimp_qt in ~/.gimp-2.8/plug-ins Comes from this page https://gmic.eu/files/linux/
the plugin has qt5 as a dependency If qt5 not already installed You also need:
Once working, there is a refresh icon that updates the filters.
For Gimp 2.8 this one should work
edit: a quick check and the one I am using is this: https://gmic.eu/files/linux/gmic_2.8.4_g...inux64.zip (vague memories of the 'buntu one not working)
Unzip, put gmic_gimp_qt in ~/.gimp-2.8/plug-ins Comes from this page https://gmic.eu/files/linux/
the plugin has qt5 as a dependency If qt5 not already installed You also need:
Code:
sudo apt install libqt5core* libqt5widgets5*
Once working, there is a refresh icon that updates the filters.