This is a lightweight beginner-friendly C++ class for working with BMP files DOCUMENTATION: http://bits.usc.edu/cs103/picture/ INSTALLATION: Once downloaded, run "make picture.o" to create the library. Then, use it with picture.h to create programs. There are several examples included in this repository ("make all" or "make invert" etc). SAMPLE ASSIGNMENT: http://bits.usc.edu/cs103/coursework/lfsr/ This is a translation to C++ of an assignment by Bob Sedgewick. THANKS: Thanks to Mark Redekopp whose "bmplib" library is precursor to this one. This class's API is inspired by Picture.java by Sedgewick & Wayne. http://introcs.cs.princeton.edu/java/stdlib/ Includes Rich Geldreich's JPG decompressor from https://code.google.com/p/jpeg-compressor/ CONTACT: Dave Pritchard, daveagp@gmail.com