-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
23 lines (18 loc) · 800 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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]