Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 679 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 679 Bytes

gimp-plugins-collection

If you find the packages in this repository useful, please consider supporting my work on Patreon.

Installation instructions

Linux (AppImage)

=========== To install a plug-in, download the corresponding AppImage package, make it executable with

chmod u+x

and run it. This will automatically copy the required files into

$HOME/.config/GIMP-AppImage/2.10/plug-ins`

MacOS

To install a plug-in, extract the contents of the .tgz archive into the user's GIMP plug-ins folder:

cd $HOME/Library/Application Support/GIMP/2.10/plug-ins
tar xf PATH_TO_PLUGIN_ARCHIVE/PLUGIN.tgz