<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kerry D. Wong &#187; Merge</title>
	<atom:link href="http://www.kerrywong.com/tag/merge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 00:51:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>TIFF Merge/Split Utility EncoderValue</title>
		<link>http://www.kerrywong.com/2008/09/20/tiff-mergesplit-utility-encodervalue/</link>
		<comments>http://www.kerrywong.com/2008/09/20/tiff-mergesplit-utility-encodervalue/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 01:18:30 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Merge]]></category>
		<category><![CDATA[Split]]></category>
		<category><![CDATA[TIFF]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=367</guid>
		<description><![CDATA[A While ago, I created a TIFF Merge and Split Utility that can be used to merge multiple TIFF files into a single file or split a multi-frame TIFF file into multiple single-frame TIFF files. A few people had run into some issues (e.g. &#34;Parameter is not valid.&#34; exception) using the utility. After some investigation, [...]]]></description>
			<content:encoded><![CDATA[<p>A While ago, I created a <a href="/2007/11/19/a-tiff-merge-and-split-utility/">TIFF Merge and Split Utility</a> that can be used to merge multiple TIFF files into a single file or split a multi-frame TIFF file into multiple single-frame TIFF files. <span id="more-367"></span>A few people had run into some issues (e.g. &quot;<strong><em>Parameter is not valid.</em></strong>&quot; exception) using the utility. After some investigation, it turned out that the cause seemed to be related to the EncoderValue I used (CompressionCCITT4). Apparently, it does not work on all computers.</p>
<p>To get around this issue, you will need to change the ENCODING_SCHEME (in MSUtil.cs, line 49) to</p>
<div style="background: white none repeat scroll 0% 0%; font-family: Courier New; font-size: 10pt; color: black; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
<p style="margin: 0px;"><span style="color: olive; font-weight: bold;">EncoderValue</span><span style="color: rgb(128, 128, 192); font-weight: bold;">.</span>CompressionLZW</p>
</div>
<p>The draw back is that the compression ratio of this compression scheme is pretty poor and the merged TIFF file is significantly larger.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrywong.com/2008/09/20/tiff-mergesplit-utility-encodervalue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A TIFF Merge and Split Utility</title>
		<link>http://www.kerrywong.com/2007/11/19/a-tiff-merge-and-split-utility/</link>
		<comments>http://www.kerrywong.com/2007/11/19/a-tiff-merge-and-split-utility/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 01:56:51 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[C Sharp (C#)]]></category>
		<category><![CDATA[Merge]]></category>
		<category><![CDATA[Split]]></category>
		<category><![CDATA[TIFF]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/2007/11/19/a-tiff-merge-and-split-utility/</guid>
		<description><![CDATA[Here is a tool that I created (in C#.Net) which comes in handy when dealing with multi-frame TIFF images. It can be used to combine multiple TIFF files (multi-frame or single-frame) into a single multi-frame TIFF file, or split a single multi-frame TIFF file into many single frame TIFF files. To make it easier to [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a tool that I created (in C#.Net) which comes in handy when dealing with multi-frame TIFF images. <span id="more-243"></span></p>
<p>It can be used to combine multiple TIFF files (multi-frame or single-frame) into a single multi-frame TIFF file, or split a single multi-frame TIFF file into many single frame TIFF files. To make it easier to use, I have created both a Windows and command line utility. The command line utility can be used for batch conversion. For downloads and instructions, please take a look at <a href="/tiff-merge-and-split-utility/">this page </a>for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrywong.com/2007/11/19/a-tiff-merge-and-split-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
