Image Tutorial - Example 2

Make another black and white image:
Again we need to make sure that the three colour components have the same value.

Here is a simpler algorithm that produces a different black and white image:

  1. Get the blue values for each pixel
  2. Replace the values of all three colour components with this blue value.

When you have finished – return to the tutorial by closing this window or tab.