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.
This is a simple image module, which has two functions
It currently works on PNG, JPEG, and TIFF.
Github as usual.