#!/usr/bin/env python3 print('Content-Type: image/png') print(open('out/waves.png', 'rb').read())