<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="frei0r.pixs0r" id="frei0r.pixs0r">
    <name>Glitching (rows only)</name>
    <description>Glitch image by shifting rows to and fro.</description>
    <author>Gephex crew</author>
    <parameter type="animated" name="shift_intensity" default="0.010" min="0" max="100" factor="100" decimals="1" suffix="%">
        <name>Shift Intensity</name>
        <comment>Agressiveness of row/column shifting</comment>
    </parameter>
    <parameter type="animated" name="block_height" default="0" min="0" max="%height" factor="%height" decimals="0" suffix="px">
        <name>Block Height</name>
        <comment>Height of each block whose shift is invariant (0 = random)</comment>
    </parameter>
    <parameter type="animated" name="block_height_min" default="0.009" min="0" max="%height" factor="%height" decimals="0" suffix="px">
        <name>Minimum Block Height</name>
        <comment><![CDATA[If <em>Block height</em> is 0 (random), <br>this determines the minimum block height.]]></comment>
    </parameter>
    <parameter type="animated" name="block_height_max" default="0.099" min="0" max="%height" factor="%height" decimals="0" suffix="px">
        <name>Maximum Block Height</name>
        <comment><![CDATA[If <em>Block height</em> is 0 (random), <br>this determines the maximum block height.]]></comment>
    </parameter>
</effect>
