Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singond/gimpscripts

Utility scripts for GIMP
https://github.com/singond/gimpscripts

Last synced: 10 days ago
JSON representation

Utility scripts for GIMP

Awesome Lists containing this project

README

        

Scheme scripts go to /scripts
while python scripts go to /plug-ins,
where is /.gimp-2.x for installation
or /portable for Parhta's portable version.

Scripts placed in Python-Fu (Using the menu parameter of register(),
not the label argument! Specifying menu path in label
does imitate menu placement, but only in the GUI.) should not have the two implicit
arguments (image, drawable) declared in register(). Scripts placed elsewhere should,
though.