Skip to content

willxxy/glitch-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glitch-rust

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.

Usage

  1. git clone https://github.com/willxxy/glitch-rust.git
  2. cd glitch-rust
  3. cargo build
  4. 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}.

Examples

copy:

copy

transpose_input:

transpose_input

vertical_transpose_input:

vertical_transpose_input

channel_shift_left:

channel_shift_left

channel_shift_right:

channel_shift_right

half_life_right:

half_life_right

prism_burst:

prism_burst

noise:

noise

compression_ghost:

compression_ghost

all:

all

About

[Rust] Implementation of glitch (https://github.com/jpoz/glitch) in rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages