<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MATLAB R2009a &#8211; imread and multipage TIFFs</title>
	<atom:link href="http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/</link>
	<description>Steve Eddins manages the Image &#38; Geospatial development team at The MathWorks and coauthored Digital Image Processing Using MATLAB. He writes here about image processing concepts, algorithm implementations, and MATLAB.</description>
	<lastBuildDate>Sat, 11 Feb 2012 18:27:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Grant</title>
		<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24820</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Mon, 30 Jan 2012 20:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24820</guid>
		<description>Thanks- Don&#039;t know how I missed that.. I think I searched for &quot;can&#039;t open file for writing,&quot; the output from 2010a, while these posts refer to &quot;couldn&#039;t open file for writing.&quot;</description>
		<content:encoded><![CDATA[<p>Thanks- Don&#8217;t know how I missed that.. I think I searched for &#8220;can&#8217;t open file for writing,&#8221; the output from 2010a, while these posts refer to &#8220;couldn&#8217;t open file for writing.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Eddins</title>
		<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24818</link>
		<dc:creator>Steve Eddins</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24818</guid>
		<description>Grant&#8212;See my &lt;a href=&quot;http://blogs.mathworks.com/steve/2010/11/09/the-mystery-of-the-failing-tiff-append-loop/&quot; rel=&quot;nofollow&quot;&gt;09-Nov-2010 blog post&lt;/a&gt; and &lt;a href=&quot;http://www.mathworks.com/support/solutions/en/data/1-DQPRHC/index.html?solution=1-DQPRHC&quot; rel=&quot;nofollow&quot;&gt;this tech support solution&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Grant&mdash;See my <a href="http://blogs.mathworks.com/steve/2010/11/09/the-mystery-of-the-failing-tiff-append-loop/" rel="nofollow">09-Nov-2010 blog post</a> and <a href="http://www.mathworks.com/support/solutions/en/data/1-DQPRHC/index.html?solution=1-DQPRHC" rel="nofollow">this tech support solution</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24817</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24817</guid>
		<description>Hello again,

For quite some time I have been successfully using a code that invokes imwrite in a loop.  The specific command is

imwrite(A,outfile,&#039;tif&#039;,&#039;Compression&#039;,&#039;none&#039;,&#039;WriteMode&#039;,&#039;append&#039;);

Suddenly I&#039;m getting the following error in the middle of the writing process, seemingly at random (random file it crashes on, and in random spots in the stack):

??? Error using ==&gt; imwrite at 453
Can&#039;t open file &quot;I:\Grant\PIFE\120129\rot_RT2_100nM_RT_5.tif &quot; for writing.
You may not have write permission.

Error in ==&gt; tiffdir at 170
          imwrite(A,outfile,&#039;tif&#039;,&#039;Compression&#039;,&#039;none&#039;,&#039;WriteMode&#039;,&#039;append&#039;);

Many times I can just restart the program and it will go without a hitch, however this is not desirable as I typically process large batches of large files overnight... 

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>For quite some time I have been successfully using a code that invokes imwrite in a loop.  The specific command is</p>
<p>imwrite(A,outfile,&#8217;tif&#8217;,'Compression&#8217;,'none&#8217;,'WriteMode&#8217;,'append&#8217;);</p>
<p>Suddenly I&#8217;m getting the following error in the middle of the writing process, seemingly at random (random file it crashes on, and in random spots in the stack):</p>
<p>??? Error using ==&gt; imwrite at 453<br />
Can&#8217;t open file &#8220;I:\Grant\PIFE\120129\rot_RT2_100nM_RT_5.tif &#8221; for writing.<br />
You may not have write permission.</p>
<p>Error in ==&gt; tiffdir at 170<br />
          imwrite(A,outfile,&#8217;tif&#8217;,'Compression&#8217;,'none&#8217;,'WriteMode&#8217;,'append&#8217;);</p>
<p>Many times I can just restart the program and it will go without a hitch, however this is not desirable as I typically process large batches of large files overnight&#8230; </p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: songci</title>
		<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24593</link>
		<dc:creator>songci</dc:creator>
		<pubDate>Thu, 03 Nov 2011 02:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24593</guid>
		<description>I have a problem when I read large Tif file. I use &quot;imread&quot; function, but it always say:&quot;Out of Memory.&quot; I don&#039;t know how to solve this problem which had troubled me for a few days.
&lt;pre&gt;
A=imread(&#039;I:\2005波段数据\AF-2005\MOD09A1AF.A2005001.sur_refl_b02.tif&#039;);

??? Error using ==&gt; rtifc
Out of memory. Type HELP MEMORY for your options.

Error in ==&gt; readtif at 52
[X, map, details] = rtifc(args);

Error in ==&gt; imread at 430
    [X, map] = feval(fmt_s.read, filename, extraArgs{:});
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I have a problem when I read large Tif file. I use &#8220;imread&#8221; function, but it always say:&#8221;Out of Memory.&#8221; I don&#8217;t know how to solve this problem which had troubled me for a few days.</p>
<pre>
A=imread('I:\2005波段数据\AF-2005\MOD09A1AF.A2005001.sur_refl_b02.tif');

??? Error using ==&gt; rtifc
Out of memory. Type HELP MEMORY for your options.

Error in ==&gt; readtif at 52
[X, map, details] = rtifc(args);

Error in ==&gt; imread at 430
    [X, map] = feval(fmt_s.read, filename, extraArgs{:});
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: saeed.khabazan</title>
		<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24574</link>
		<dc:creator>saeed.khabazan</dc:creator>
		<pubDate>Tue, 25 Oct 2011 14:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24574</guid>
		<description>Dear Seteve – at first I thank you for your help and responding to my reply. After that I agree whit you and I chose the first choice but unfortunately my image processing professor doesn’t understand this issue. This program is our first project and I’m really dissatisfied whit this project. Because instead of time I spend for this project I can do programming many of other useful image processing functions for image enhancement or etc.</description>
		<content:encoded><![CDATA[<p>Dear Seteve – at first I thank you for your help and responding to my reply. After that I agree whit you and I chose the first choice but unfortunately my image processing professor doesn’t understand this issue. This program is our first project and I’m really dissatisfied whit this project. Because instead of time I spend for this project I can do programming many of other useful image processing functions for image enhancement or etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24572</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 24 Oct 2011 19:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24572</guid>
		<description>Saeed&#8212;You could spend your time in graduate school studying remote sensing, or you could spend your time writing file format code that duplicates what is already available to you. If you choose to do the latter, the best I can do is to point you to the &lt;a href=&quot;http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf&quot; rel=&quot;nofollow&quot;&gt;TIFF specification&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Saeed&mdash;You could spend your time in graduate school studying remote sensing, or you could spend your time writing file format code that duplicates what is already available to you. If you choose to do the latter, the best I can do is to point you to the <a href="http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf" rel="nofollow">TIFF specification</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saeed.khabazan</title>
		<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24571</link>
		<dc:creator>saeed.khabazan</dc:creator>
		<pubDate>Mon, 24 Oct 2011 18:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24571</guid>
		<description>Hi. I’m a master student in remote sensing field and I have a problem. I want to read tif image from my computer but I want not to use “imread” command and I want to write this command myself. I mean that I want to read image from my computer without using this command. Can you help me ?</description>
		<content:encoded><![CDATA[<p>Hi. I’m a master student in remote sensing field and I have a problem. I want to read tif image from my computer but I want not to use “imread” command and I want to write this command myself. I mean that I want to read image from my computer without using this command. Can you help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24495</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 21 Sep 2011 17:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24495</guid>
		<description>Andreas&#8212;The &quot;.&quot; refers to the current working folder (directory). Similarly, &quot;..&quot; refers to the parent folder. You&#039;ll need to make sure that you filter out things returned by dir that are not the image files you are trying to read.</description>
		<content:encoded><![CDATA[<p>Andreas&mdash;The &#8220;.&#8221; refers to the current working folder (directory). Similarly, &#8220;..&#8221; refers to the parent folder. You&#8217;ll need to make sure that you filter out things returned by dir that are not the image files you are trying to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24492</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 19 Sep 2011 08:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24492</guid>
		<description>Steve is there a way to contact u via email to solve me some issues in coding?</description>
		<content:encoded><![CDATA[<p>Steve is there a way to contact u via email to solve me some issues in coding?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24491</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 19 Sep 2011 08:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/04/02/matlab-r2009a-imread-and-multipage-tiffs/#comment-24491</guid>
		<description>any ideas? :P

info = imfinfo(nam(1).name)
Error using ==&gt; imfinfo at 96
Unable to open file &quot;.&quot; for reading.</description>
		<content:encoded><![CDATA[<p>any ideas? :P</p>
<p>info = imfinfo(nam(1).name)<br />
Error using ==&gt; imfinfo at 96<br />
Unable to open file &#8220;.&#8221; for reading.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

