Implementation of glitch in rust (originally in Go). Didn't implement all, just some that interested me.
Just for fun and playing around with image transformations.
git clone https://github.com/willxxy/glitch-rust.git
cd glitch-rust
cargo build
cargo run -- --file input.png --effect $EFFECT
where EFFECT={copy, transpose_input, vertical_transpose_input, channel_shift_left, channel_shift_right, half_life_right, prism_burst, noise, compression_ghost, all}.