A simple algorithm that applies FFT to introduce glitch to image arrays. Imitates sound compression and decompression.
The project depends on fftw3
which can be installed using brew
on macOS
or sudo apt-get install -y libfftw3-dev
on Ubuntu.
Afterwards, just call make
.
To run tests:
pip3 install -r requirements.txt
./quick_test.py
The following arguments: to be filled
fill this part
The snippet below...
# To be filled -> I redefine args every hour.
# Let's wait until it's stable.
...
...
Those projects use lame
to achieve the desired effect.
This project aims to replace lame
for glitchy images.
See examples in the aforementioned projects. ... to be filled here