summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/scripting/samples/python/invertpython.rc
blob: d22243110d3d8e1274a64b750f00f9c3a521f9cc (plain)
1
2
3
4
5
6
7
8
9
<KrossScripting>
    <ScriptAction
      name="InvertPython"
      text="Invert (python)"
      description="Invert the pixel of an image (python)"
      icon=""
      interpreter="python"
      file="invert.py" />
</KrossScripting>