Fork me on GitHub

Imread: Reads images into numpy arrays

This is a simple image module, which has two functions

imread
reads an image from a file
imsave
saves an image to a file

It currently works on PNG, JPEG, and TIFF.

Where can I get it?

Github as usual.

Article filed in categories: Software Python