<?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: TIFF Merge and Split Utility</title>
	<atom:link href="http://www.kerrywong.com/tiff-merge-and-split-utility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 08:13:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-191828</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Sat, 28 Jan 2012 00:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-191828</guid>
		<description>I took a look at my original code (it has been a long while), anyway, you will need to supply a path to your output file. For instance:

TiffMS -o c:\temp\out.tiff -m final.tiff final2.tiff

Could you give that a try?</description>
		<content:encoded><![CDATA[<p>I took a look at my original code (it has been a long while), anyway, you will need to supply a path to your output file. For instance:</p>
<p>TiffMS -o c:\temp\out.tiff -m final.tiff final2.tiff</p>
<p>Could you give that a try?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric in Calgary</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-191822</link>
		<dc:creator>Eric in Calgary</dc:creator>
		<pubDate>Fri, 27 Jan 2012 18:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-191822</guid>
		<description>I placed the program files into a c:\tiff directory --&gt; not sure if that&#039;s what you meant by the problem perhaps being a &quot;space in your path.&quot;  I also enclosed the file names in quotes.  Is that what you meant?

C:\tiff&gt;TiffMS -o &quot;out.tiff&quot; -m &quot;final.tiff&quot; &quot;final2.tiff&quot;

Same error message, I am afraid.  :(</description>
		<content:encoded><![CDATA[<p>I placed the program files into a c:\tiff directory &#8211;&gt; not sure if that&#8217;s what you meant by the problem perhaps being a &#8220;space in your path.&#8221;  I also enclosed the file names in quotes.  Is that what you meant?</p>
<p>C:\tiff&gt;TiffMS -o &#8220;out.tiff&#8221; -m &#8220;final.tiff&#8221; &#8220;final2.tiff&#8221;</p>
<p>Same error message, I am afraid.  :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-191821</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Fri, 27 Jan 2012 18:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-191821</guid>
		<description>It looks like you got a FileNotFound exception, which seems to me could be that your file names have spaces (or space in your path).

I&#039;d put your parameters in quotes and try running again.</description>
		<content:encoded><![CDATA[<p>It looks like you got a FileNotFound exception, which seems to me could be that your file names have spaces (or space in your path).</p>
<p>I&#8217;d put your parameters in quotes and try running again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric in Calgary</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-191818</link>
		<dc:creator>Eric in Calgary</dc:creator>
		<pubDate>Fri, 27 Jan 2012 16:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-191818</guid>
		<description>Hi Kenny!

I am trying to use your utility to merge two .tiff files, but get the following error message.  I am using the command line, with the following command:

C:\Program Files\TIFF Merge Split Utility&gt;TiffMS -o out.tiff -m final.tiff final
2.tiff

Can you see where I might be going wrong?  Both .tiff files (final.tiff and final2.tiff) are in the C:\Program Files\TIFF Merge Split Utility directory.  Thanks!

Unhandled Exception: System.IO.FileNotFoundException: final.tiff
   at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorMan
agement)
   at System.Drawing.Image.FromFile(String filename)
   at KerryWong.TiffMS.Utils.MSUtils.ConvertToMultiPageTiff(List`1 fileNames, St
ring outputFileName)
   at KerryWong.TiffMS.Program.ProcessCommandLine(String[] args)
   at KerryWong.TiffMS.Program.Main(String[] args)</description>
		<content:encoded><![CDATA[<p>Hi Kenny!</p>
<p>I am trying to use your utility to merge two .tiff files, but get the following error message.  I am using the command line, with the following command:</p>
<p>C:\Program Files\TIFF Merge Split Utility&gt;TiffMS -o out.tiff -m final.tiff final<br />
2.tiff</p>
<p>Can you see where I might be going wrong?  Both .tiff files (final.tiff and final2.tiff) are in the C:\Program Files\TIFF Merge Split Utility directory.  Thanks!</p>
<p>Unhandled Exception: System.IO.FileNotFoundException: final.tiff<br />
   at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorMan<br />
agement)<br />
   at System.Drawing.Image.FromFile(String filename)<br />
   at KerryWong.TiffMS.Utils.MSUtils.ConvertToMultiPageTiff(List`1 fileNames, St<br />
ring outputFileName)<br />
   at KerryWong.TiffMS.Program.ProcessCommandLine(String[] args)<br />
   at KerryWong.TiffMS.Program.Main(String[] args)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-147655</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Tue, 16 Aug 2011 22:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-147655</guid>
		<description>If you find it useful, you can certainly use it wherever you see fit.</description>
		<content:encoded><![CDATA[<p>If you find it useful, you can certainly use it wherever you see fit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satti</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-147564</link>
		<dc:creator>Satti</dc:creator>
		<pubDate>Tue, 16 Aug 2011 12:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-147564</guid>
		<description>Hi Kerry, 
I am looking for solution to merge multiple tiff files to one on my company&#039;s website. 
Please give me an advice, can I use your source code to get this done. 
I am very new to .net. 
Any detail advice will be highly appreciated. 

Regards,
Satti</description>
		<content:encoded><![CDATA[<p>Hi Kerry,<br />
I am looking for solution to merge multiple tiff files to one on my company&#8217;s website.<br />
Please give me an advice, can I use your source code to get this done.<br />
I am very new to .net.<br />
Any detail advice will be highly appreciated. </p>
<p>Regards,<br />
Satti</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-122568</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Sat, 14 May 2011 03:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-122568</guid>
		<description>it worked with quotes kerry..thank you..</description>
		<content:encoded><![CDATA[<p>it worked with quotes kerry..thank you..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-122216</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Thu, 12 May 2011 13:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-122216</guid>
		<description>It should work if you use quotes to qualify the file name: e.g. &quot;test 123.tif&quot;</description>
		<content:encoded><![CDATA[<p>It should work if you use quotes to qualify the file name: e.g. &#8220;test 123.tif&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-122160</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Thu, 12 May 2011 06:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-122160</guid>
		<description>Hi Kerry,

I have used your command line utility successfully for files without spaces and it works like a charm.

But it does not work where file name has space in it.

i.e. if i need to merge two files 
sample  12.tif and sample   45.tif
and the merge file name is: sample    78.tif

then this does not work in command line prompt.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi Kerry,</p>
<p>I have used your command line utility successfully for files without spaces and it works like a charm.</p>
<p>But it does not work where file name has space in it.</p>
<p>i.e. if i need to merge two files<br />
sample  12.tif and sample   45.tif<br />
and the merge file name is: sample    78.tif</p>
<p>then this does not work in command line prompt.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: serg</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-52658</link>
		<dc:creator>serg</dc:creator>
		<pubDate>Fri, 11 Jun 2010 06:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-52658</guid>
		<description>Kerry D. Wong! I`m from Russia. Thanks for this project, because it`s so necessary for documentation creation process.</description>
		<content:encoded><![CDATA[<p>Kerry D. Wong! I`m from Russia. Thanks for this project, because it`s so necessary for documentation creation process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-52109</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Wed, 02 Jun 2010 23:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-52109</guid>
		<description>Glad you found it useful.</description>
		<content:encoded><![CDATA[<p>Glad you found it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-52095</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Wed, 02 Jun 2010 20:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-52095</guid>
		<description>Hi Kerry, thanks for writing this. I got the CMD version working. I do get an error in Microsoft Office Document Imaging that the file can&#039;t be opened on the same PC that it was created on, but it opens on others. Strange but I&#039;ve got some workarounds in place. Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Kerry, thanks for writing this. I got the CMD version working. I do get an error in Microsoft Office Document Imaging that the file can&#8217;t be opened on the same PC that it was created on, but it opens on others. Strange but I&#8217;ve got some workarounds in place. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-39745</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 19 Oct 2009 21:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-39745</guid>
		<description>I am having a problem with view the tiff after the program has run.  It says it is still open and that I cannot open it.  Any advice?</description>
		<content:encoded><![CDATA[<p>I am having a problem with view the tiff after the program has run.  It says it is still open and that I cannot open it.  Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwight</title>
		<link>http://www.kerrywong.com/tiff-merge-and-split-utility/comment-page-1/#comment-29722</link>
		<dc:creator>Dwight</dc:creator>
		<pubDate>Mon, 13 Apr 2009 20:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/tiff-merge-and-split-utility/#comment-29722</guid>
		<description>Kerry,

tiffms_cmd.exe is producing a file, but it appears to be corrupt for some software.  Microsoft Office Document Imaging (mspview.exe) throws an error and refuses to open the file.  dumptif.exe uncovered following:

C:\download\tiffms_cmd\out&gt;dumptif out.tif
dumptif version 1.22, by sfaxtools studio
                        Welcome to my dumptif. It&#039;s fully free.
                        Developed by Kevin Zhu, sfaxtools studio,2002.10.
                        Copyright 2002.10-2004.3.
                        All rights reserved.
                        http://www.sfaxtools.com
---------------------------------------------------------------------------


Tiff Filename: out.tif
------------------------ Tiff Header ------------------------
Byte order:              4949 (/ 18761)
TIFF/FMF flag:             2a (/ 42)
Offset Of first IFD:     b392 (/ 45970)

---------------------- Tiff IFD (offset: 0x0000b392) ----------------------
number of entries: 14

FieldTag (Dec)                    Type  count  Value or Offset (Hex (/ Dec))
--------------------------------  ----  -----  -----------------------------
  254(           NewSubfileType)   4        1         0 (/ 0)
  256(               ImageWidth)   3        1       6a0 (/ 1696)
  257(              ImageLength)   3        1       898 (/ 2200)
  258(            BitsPerSample)   3        1         1 (/ 1)
  259(              Compression)   3        1         4 (/ 4)
  262(PhotometricInterpretation)   3        1         0 (/ 0)
  273(             StripOffsets)   4        1         8 (/ 8)
  277(          SamplesPerPixel)   3        1         1 (/ 1)
  278(             RowsPerStrip)   4        1       898 (/ 2200)
  279(          StripByteCounts)   4        1      b37a (/ 45946)
  282(              XResolution)   5        1      b382 (/ 45954)
  283(              YResolution)   5        1      b38a (/ 45962)
  293(                T6Options)   4        1         0 (/ 0)
  296(           ResolutionUnit)   3        1         2 (/ 2)

---------------------- Tiff IFD (offset: 0x00018622) ----------------------
number of entries: 14

FieldTag (Dec)                    Type  count  Value or Offset (Hex (/ Dec))
--------------------------------  ----  -----  -----------------------------
  254(           NewSubfileType)   4        1         0 (/ 0)
  256(               ImageWidth)   3        1       6a0 (/ 1696)
  257(              ImageLength)   3        1       898 (/ 2200)
  258(            BitsPerSample)   3        1         1 (/ 1)
  259(              Compression)   3        1         4 (/ 4)
  262(PhotometricInterpretation)   3        1         0 (/ 0)
  273(             StripOffsets)   4        1      b440 (/ 46144)
  277(          SamplesPerPixel)   3        1         1 (/ 1)
  278(             RowsPerStrip)   4        1       898 (/ 2200)
  279(          StripByteCounts)   4        1      d1d2 (/ 53714)
  282(              XResolution)   5        1     18612 (/ 99858)
  283(              YResolution)   5        1     1861a (/ 99866)
  293(                T6Options)   4        1         0 (/ 0)
  296(           ResolutionUnit)   3        1         2 (/ 2)
Read IFD Error: error of directy entry numers!

------------------------------ Summary ------------------------------
Compression Mode: 4=Group 4 Fax
Total Pages:      1
------------------------------ END ----------------------------------</description>
		<content:encoded><![CDATA[<p>Kerry,</p>
<p>tiffms_cmd.exe is producing a file, but it appears to be corrupt for some software.  Microsoft Office Document Imaging (mspview.exe) throws an error and refuses to open the file.  dumptif.exe uncovered following:</p>
<p>C:\download\tiffms_cmd\out&gt;dumptif out.tif<br />
dumptif version 1.22, by sfaxtools studio<br />
                        Welcome to my dumptif. It&#8217;s fully free.<br />
                        Developed by Kevin Zhu, sfaxtools studio,2002.10.<br />
                        Copyright 2002.10-2004.3.<br />
                        All rights reserved.<br />
                        <a href="http://www.sfaxtools.com" rel="nofollow">http://www.sfaxtools.com</a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Tiff Filename: out.tif<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Tiff Header &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Byte order:              4949 (/ 18761)<br />
TIFF/FMF flag:             2a (/ 42)<br />
Offset Of first IFD:     b392 (/ 45970)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Tiff IFD (offset: 0x0000b392) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
number of entries: 14</p>
<p>FieldTag (Dec)                    Type  count  Value or Offset (Hex (/ Dec))<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;  &#8212;-  &#8212;&#8211;  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
  254(           NewSubfileType)   4        1         0 (/ 0)<br />
  256(               ImageWidth)   3        1       6a0 (/ 1696)<br />
  257(              ImageLength)   3        1       898 (/ 2200)<br />
  258(            BitsPerSample)   3        1         1 (/ 1)<br />
  259(              Compression)   3        1         4 (/ 4)<br />
  262(PhotometricInterpretation)   3        1         0 (/ 0)<br />
  273(             StripOffsets)   4        1         8 (/ 8)<br />
  277(          SamplesPerPixel)   3        1         1 (/ 1)<br />
  278(             RowsPerStrip)   4        1       898 (/ 2200)<br />
  279(          StripByteCounts)   4        1      b37a (/ 45946)<br />
  282(              XResolution)   5        1      b382 (/ 45954)<br />
  283(              YResolution)   5        1      b38a (/ 45962)<br />
  293(                T6Options)   4        1         0 (/ 0)<br />
  296(           ResolutionUnit)   3        1         2 (/ 2)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Tiff IFD (offset: 0&#215;00018622) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
number of entries: 14</p>
<p>FieldTag (Dec)                    Type  count  Value or Offset (Hex (/ Dec))<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;  &#8212;-  &#8212;&#8211;  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
  254(           NewSubfileType)   4        1         0 (/ 0)<br />
  256(               ImageWidth)   3        1       6a0 (/ 1696)<br />
  257(              ImageLength)   3        1       898 (/ 2200)<br />
  258(            BitsPerSample)   3        1         1 (/ 1)<br />
  259(              Compression)   3        1         4 (/ 4)<br />
  262(PhotometricInterpretation)   3        1         0 (/ 0)<br />
  273(             StripOffsets)   4        1      b440 (/ 46144)<br />
  277(          SamplesPerPixel)   3        1         1 (/ 1)<br />
  278(             RowsPerStrip)   4        1       898 (/ 2200)<br />
  279(          StripByteCounts)   4        1      d1d2 (/ 53714)<br />
  282(              XResolution)   5        1     18612 (/ 99858)<br />
  283(              YResolution)   5        1     1861a (/ 99866)<br />
  293(                T6Options)   4        1         0 (/ 0)<br />
  296(           ResolutionUnit)   3        1         2 (/ 2)<br />
Read IFD Error: error of directy entry numers!</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Summary &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Compression Mode: 4=Group 4 Fax<br />
Total Pages:      1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; END &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
</channel>
</rss>

