print("Check if it exists and is in the PNG or JPG format.")
else:
self.decensor_image(colored_img, colored_img, file_name)
elif not file_name.startswith("."): // warn if not a PNG, but ignore .gitkeep
print("--------------------------------------------------------------------------")
print("Unsupported file type (not a PNG): {}".format(color_file_path))
print("--------------------------------------------------------------------------")
//decensors one image at a time