diff options
Diffstat (limited to 'chalk/plugins/viewplugins/scripting/samples/python/reshapehisto.rc')
-rw-r--r-- | chalk/plugins/viewplugins/scripting/samples/python/reshapehisto.rc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chalk/plugins/viewplugins/scripting/samples/python/reshapehisto.rc b/chalk/plugins/viewplugins/scripting/samples/python/reshapehisto.rc new file mode 100644 index 00000000..481f5764 --- /dev/null +++ b/chalk/plugins/viewplugins/scripting/samples/python/reshapehisto.rc @@ -0,0 +1,9 @@ +<KrossScripting> + <ScriptAction + name="ReshapeHistogramPython" + text="Reshape Histogram (python)" + description="It's an experimental approach to improve color of image, it doesn't work as it, but it show how to use an histogram in a script :)" + icon="" + interpreter="python" + file="reshapehisto.py" /> +</KrossScripting> |