A very small library for reading image files
at main 46 B view raw
1#!/bin/sh 2 3cc img2ppm.c img.c -o img2ppm "$@"