<div dir="ltr">Hi Dipu<br><div class="gmail_extra"><br><div class="gmail_quote">On 9 August 2016 at 14:30, Dipankar “Dipu” Ganguly <span dir="ltr"><<a href="mailto:dipugee@gmail.com" target="_blank">dipugee@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Thanks again Stefa. Very helpful. I will try using these. I am assuming, I will also find tools to read .jpg images as numpy arrays, my immediate need.</div></blockquote><br></div><div class="gmail_quote">You assume correctly :)  If you take a look at the user guide I mentioned earlier, you will find examples of how to do that.<br><br></div><div class="gmail_quote">from skimage import io<br></div><div class="gmail_quote">image = io.imread('my_image.jpg')<br><br></div><div class="gmail_quote">Best regards<br></div><div class="gmail_quote">Stéfan<br></div></div></div>