Discussion:
ANN: imread 0.2.6 (Same good ol' flavour, now with fewer bugs)
Luis Pedro Coelho
2013-06-19 08:30:19 UTC
Permalink
Hi List,

I just put out a new version of imread following some github discussions
pointing out that there were a few good bugfixes on the git version
which had not made it to PyPI.

Imread is now also travis checked, so that's good too.

IMREAD
------

Imread is a simple library to read/write image files. It just gets Bytes
in and out of numpy arrays and leaves image processing to more complex
packages such as skimage or mahotas.

It is open source (MIT).

Get it from github:
http://github.com/luispedro/imread

or you can now pip install it:

pip install imread

Check the documentation for dependencies.

Bug reports are welcome! Patches doubly so.
--
Luis Pedro Coelho | EMBL | http://luispedro.org
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...