Java program that four colours line art PNG images.
javac Colouring.java
java Colouring <inputname>.png <outputname>.png
Input: Reasonably high resolution LineArt (black and white image)
output: Line art should be filled in with Four colours, with no two adjacent sections of the image having the same colour.
-Allow custom RBG colours
