I attempted to get Lossy to work completely before tonight's deadline but alas, I could not. The Lossy class that I submitted does do compression and decompression, but it generates some gibberish toward the bottom of a compressed image. If you divide a compressed image that my Lossy implementation produces into thirds with a top third, middle third, and bottom third, the upper two thirds look fine, but the bottom third is fouled up. Any ideas on what might be the cause? |