Color quantization Color Image Quantization using own implementation of K-means algorithm in Python 3. How to run: python main.py <image_file_name> <number_of_colors> <max_iterations> <epsilon>