I am using Lucid - Ubuntu on an FX- Sony laptop which is ten years old but works excellent. The pictures I have tried are both RGB and grayscale tif images. Some of them do open up but not others and I am not sure what type of tifs open and why do the other tifs do not. I will try im.mode.<div>
I have listed the tiffinfo properties of one type of tif that I could not open in the postings.</div><div>Thanks,</div><div>gujax<br><br><div class="gmail_quote">On Fri, Oct 1, 2010 at 12:45 PM, Edward Cannon <span dir="ltr">&lt;<a href="mailto:edward@unicornschool.org">edward@unicornschool.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">what os and verson are you using. show is pretty much for debugging<br>
only, and is pretty sketchy on windows. also try looking at im.mode,<br>
is it RGB or something else?<br>
Edward Cannon<br>
<div><div></div><div class="h5"><br>
On Tue, Sep 21, 2010 at 10:24 PM, Rajan Gurjar &lt;<a href="mailto:rjngrj2010@gmail.com">rjngrj2010@gmail.com</a>&gt; wrote:<br>
&gt; Image.open(&#39;filename&#39;) and <a href="http://im.info" target="_blank">im.info</a> gives the following<br>
&gt;<br>
&gt; (640, 480)<br>
&gt; {&#39;resolution&#39;: (1, 1), &#39;compression&#39;: &#39;raw&#39;}<br>
&gt; F;32BF<br>
&gt; TIFF<br>
&gt;<br>
&gt;<br>
&gt; But when I run the im.show() it gives the following error.<br>
&gt;&gt;&gt;&gt; im.show()<br>
&gt; Traceback (most recent call last):<br>
&gt;  File &quot;&lt;pyshell#0&gt;&quot;, line 1, in &lt;module&gt;<br>
&gt;    im.show()<br>
&gt;  File &quot;/usr/lib/python2.6/dist-packages/PIL/Image.py&quot;, line 1483, in<br>
&gt; show<br>
&gt;    _show(self, title=title, command=command)<br>
&gt;  File &quot;/usr/lib/python2.6/dist-packages/PIL/Image.py&quot;, line 2123, in<br>
&gt; _show<br>
&gt;    apply(_showxv, (image,), options)<br>
&gt;  File &quot;/usr/lib/python2.6/dist-packages/PIL/Image.py&quot;, line 2127, in<br>
&gt; _showxv<br>
&gt;    apply(ImageShow.show, (image, title), options)<br>
&gt;  File &quot;/usr/lib/python2.6/dist-packages/PIL/ImageShow.py&quot;, line 41, in<br>
&gt; show<br>
&gt;    if viewer.show(image, title=title, **options):<br>
&gt;  File &quot;/usr/lib/python2.6/dist-packages/PIL/ImageShow.py&quot;, line 62, in<br>
&gt; show<br>
&gt;    base = Image.getmodebase(image.mode)<br>
&gt;  File &quot;/usr/lib/python2.6/dist-packages/PIL/Image.py&quot;, line 245, in<br>
&gt; getmodebase<br>
&gt;    return ImageMode.getmode(mode).basemode<br>
&gt;  File &quot;/usr/lib/python2.6/dist-packages/PIL/ImageMode.py&quot;, line 50, in<br>
&gt; getmode<br>
&gt;    return _modes[mode]<br>
&gt; KeyError: &#39;F;32BF&#39;<br>
&gt;<br>
&gt; I have no idea why this happens.<br>
&gt; I will appreciate your response. The file opens with ImageJ and<br>
&gt; ImageMagick. It is a 8-bit RGB file.<br>
&gt; I have looked up Google and came across few similar queries but do not<br>
&gt; find any resolution other than suggestions to link xv to ImageMagick.<br>
&gt; Because the solutions are old i.e., dated in 2007, I am not sure if this<br>
&gt; is a fix. Please help.<br>
&gt; Thanks,<br>
&gt; Rajan<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Image-SIG maillist  -  <a href="mailto:Image-SIG@python.org">Image-SIG@python.org</a><br>
&gt; <a href="http://mail.python.org/mailman/listinfo/image-sig" target="_blank">http://mail.python.org/mailman/listinfo/image-sig</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br></div>