Saves an image (represented as a numpy array) to PNG.
Args: image: a numpy array with shape [height, width, 3]. output_path: path to which image should be written.
Notes