summaryrefslogtreecommitdiffstats
path: root/krita/plugins/viewplugins/scripting/samples/python/reshapehisto.rc
blob: 481f5764e9500216cb0c1726bda6bccca592de3c (plain)
1
2
3
4
5
6
7
8
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>