Current Forum: Homework 4 - Lossy (Part 3) |
Date: Mon Oct 22 2001 1:32 am |
Author: Chen, Richard <richardc@andrew.cmu.edu> |
Subject: bad instructions: 1D array vs. 3D array |
|
|
The 1st time, the directions say "Read the entire image as one large array of 128x128x3 bytes." without specifying what dimension the array is. Then the instructions say, "Copy these bytes back into the original 1-dimensional array." therby implying that the initial array read should be a 1D array, by implication.
Question: what dimension of array should we have for the aforementioned parts of Lossy.java? |
|