public interface DigitalImage
int
getBands()
getHeight()
int[]
getPixel(int x, int y)
getSample(int x, int y, int band)
getWidth()
void
setPixel(int x, int y, int[] pixel)
setSample(int x, int y, int band, int sample)
int getWidth()
int getHeight()
int getBands()
int[] getPixel(int x, int y)
void setPixel(int x, int y, int[] pixel)
int getSample(int x, int y, int band)
void setSample(int x, int y, int band, int sample)