Skip to content

Instantly share code, notes, and snippets.

@mitrnsplt
mitrnsplt / resize
Created May 6, 2014 21:31
A solution for resizing a bitmap file according to the parameters set by staff instructions in an introductory cs class.
/**
* resize.c
*
* Computer Science 50
* Problem Set 5
* Peter Downs
*
* Resizes a BMP piece by piece, because that's the assignment.
*/