Other Image Formats
What if we want to read in some other image format?
.bmp, .ppm, .tif, .tga, .rgb, .ras, .psd, ...
We must implement an imageProducer to
read pixels, an imageConsumer to make
the image, and keep imageObservers updated.
Where?
How?
Lecture 2
Slide 19
6.837 Fall '00