diff options
Diffstat (limited to 'chalk/plugins/viewplugins/scripting/samples/python/invertpython.rc')
-rw-r--r-- | chalk/plugins/viewplugins/scripting/samples/python/invertpython.rc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chalk/plugins/viewplugins/scripting/samples/python/invertpython.rc b/chalk/plugins/viewplugins/scripting/samples/python/invertpython.rc new file mode 100644 index 00000000..d2224311 --- /dev/null +++ b/chalk/plugins/viewplugins/scripting/samples/python/invertpython.rc @@ -0,0 +1,9 @@ +<KrossScripting> + <ScriptAction + name="InvertPython" + text="Invert (python)" + description="Invert the pixel of an image (python)" + icon="" + interpreter="python" + file="invert.py" /> +</KrossScripting> |