Python Forum

Full Version: Python alternative to R "Imager"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Does Python have a good alternative to R's "Imager"?: https://dahtah.github.io/imager/imager.html

I really need some help here.

I have looked at Plotly, but it doesn't look to be able to do the same things with images - it is more for building graphs and plotting.
Not sure what are R's Imager capabilities, but did you look at Pillow - http://python-pillow.org/?
Here is the docs: https://pillow.readthedocs.io/en/5.1.x/
Here is Git repo: https://github.com/python-pillow/Pillow
Other alternatives to Pillow in Python.
scikit-image | OpenCv | Wand