Commit a992b5a7 authored by nextime's avatar nextime

Fix colorspace option

parent 6aa02fce
...@@ -83,7 +83,7 @@ For the latest revision please visit https://github.com/TurnkeyTyranny/laser-gco ...@@ -83,7 +83,7 @@ For the latest revision please visit https://github.com/TurnkeyTyranny/laser-gco
</param> </param>
<param name="invert" type="boolean" _gui-text="Swap colors">true</param> <param name="invert" type="boolean" _gui-text="Swap colors">true</param>
<param name="dither" type="boolean" _gui-text="Apply dithering">false</param> <param name="dither" type="boolean" _gui-text="Apply dithering">false</param>
<param name="colorspace" type="int" _gui-text="color space. 0 to reduce derived from power">256</param> <param name="colorspace" type="int" min="2" max="256" _gui-text="color space. 0 to reduce derived from power">256</param>
<param name="showimg" type="boolean" _gui-text="Show generated raster images">false</param> <param name="showimg" type="boolean" _gui-text="Show generated raster images">false</param>
</page> </page>
</param> </param>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment