Python Forum
Python alternative to R "Imager" - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python alternative to R "Imager" (/thread-10184.html)



Python alternative to R "Imager" - kimrants - May-16-2018

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.


RE: Python alternative to R "Imager" - buran - May-16-2018

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


RE: Python alternative to R "Imager" - snippsat - May-16-2018

Other alternatives to Pillow in Python.
scikit-image | OpenCv | Wand