CMPS-3480 - Computer Graphics
Quiz-4

Due Saturday Sep 18 by 6pm.
Write your answers in a text file on Odin named 3480/4/quiz4.txt
Describe how you found each answer.

Answer the following questions...

1. How many different colors are in the following image?

2. How many different RGB colors are there when each color
   is an RGB triplet using 3-bytes of memory?
   Answer must be a number, not a formula.



Notes:

If a color is repeated in the image, it counts as one color.
Count up how many different colors there are.

For more credit, describe how you found each answer.

You can convert an image to a PPM with the following command
on a Linux terminal...

convert image.png image.ppm

Good luck.