Quickbend is a tool for creating art via databending with images. It uses interpreting bmp files as logarithmic audio encoding schemes (a-law/u-law/adpcm) and then reconverting those back to bmp to create warped and glitched images.
If you're on arch linux there is a native package available in releases:
To install on other platforms run:
uv tool install Quickbend or,
pipx install Quickbend or,
pip install Quickbend in a virtual environment.
When installed through pip the program must be launched from the terminal.