crop A quick program I wrote to crop surrounding whitespace from a BMP. The file must be a 24-bit uncompressed BMP 4.0! To use: Compile code: gcc -o crop crop.c Run with this command: ./crop [SOURCE] [DEST]