A GIMP Python plugin that allows you to call external programs (like Nik Collection) passing the active layer as a temporary file.
- Only compatible with GIMP
version < 2.99.x - Works under Windows
- Primarily designed for use with Google Nik Collection filters
-
Copy the
shellout.pyscript into the GIMP plug-ins folder:GIMP_INSTALLATION_PATH/lib/gimp/2.0/plug-ins/
Modify the
programlistin the script to add your own external programs or update paths if needed. -
Make sure the script is executable
-
Restart GIMP
I'm not the original author of this plug-in (see LICENSE and CHANGES embedded in the source code file).