Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.2 KB

img_stripper

Library to convert images files to audio files and other way around.

Use

./image_stripper ~/some_input_file ~/some_output_file

Supported file types are wav, jpeg, tiff and png.
When the output is an image, a third argument is required, defining the dimensions of the image.

Build

Just run make
Dependencies are SDL and wav_hammer.
make check_deps can be used to check if these are satisfied.

Examples

example1
(Partial Fast Energetic Story Stepper converted to png)

lena.png to audio

A fun thing this tool allows you to do is converting an image, use an audio editor like Audacity to edit the audio file, and convert it back to an image again. For example, Lena with tweaked EQ.
example2

Vector image with high decay factor echos. You can see them pile up at the bottom of the image. example3