It makes images sound. Wow! (It's a lot cooler than I'm making it sound (get it making it sound-- sorry.))
To spectrize an image:
./spectrize <image-here>
To restore an image from a spectrize waveform:
./despectrize <waveform-here> (optional: <width> <height>) #Default width/height 800x600
Anaconda 3. You also need the soundfile library:
pip install soundfile
MIT. Check 'LICENSE'