-
Notifications
You must be signed in to change notification settings - Fork 0
Lightweight beginner-friendly C++ class for working with BMP files
License
daveagp/picture
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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, [email protected]
About
Lightweight beginner-friendly C++ class for working with BMP files
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published