<?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; GDI+</title>
	<atom:link href="http://www.kerrywong.com/tag/gdi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 02:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Understanding &#8220;A generic error occurred in GDI+.&#8221; Error</title>
		<link>http://www.kerrywong.com/2007/11/15/understanding-a-generic-error-occurred-in-gdi-error/</link>
		<comments>http://www.kerrywong.com/2007/11/15/understanding-a-generic-error-occurred-in-gdi-error/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 03:33:04 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[C Sharp (C#)]]></category>
		<category><![CDATA[GDI+]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/2007/11/15/understanding-a-generic-error-occurred-in-gdi-error/</guid>
		<description><![CDATA[When dealing with GDI+ in .Net (e.g. certain&#160;objects in System.Drawing namespace), we would sometimes get the following exception: System.Runtime.InteropServices.ExternalException: &#34;A generic error occurred in GDI+.&#34; Debugging this exception can be extremely frustrating as it can happen under many different circumstances (here and here), and the error message is too generic to provide any useful information. [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2007/11/15/understanding-a-generic-error-occurred-in-gdi-error/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>GDI+ Unable to Handle JPEG Compressed TIFF Images</title>
		<link>http://www.kerrywong.com/2007/11/14/gdi-unable-to-handle-jpeg-compressed-tiff-images/</link>
		<comments>http://www.kerrywong.com/2007/11/14/gdi-unable-to-handle-jpeg-compressed-tiff-images/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 02:55:28 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[GDI+]]></category>
		<category><![CDATA[JPEG]]></category>
		<category><![CDATA[TIFF]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/2007/11/14/gdi-unable-to-handle-jpeg-compressed-tiff-images/</guid>
		<description><![CDATA[A few weeks ago, I wrote about the lousy error message handling in GDI+. Apparently, it is not only just lousy, but incomplete as well. Earlier today at work, I was converting a few TIFF images using a tool I developed a couple of months ago. I encountered &#34;Out of Memory&#34; errors on a few [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2007/11/14/gdi-unable-to-handle-jpeg-compressed-tiff-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lousy GDI+ Error Messages</title>
		<link>http://www.kerrywong.com/2007/10/23/lousy-gdi-error-messages/</link>
		<comments>http://www.kerrywong.com/2007/10/23/lousy-gdi-error-messages/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 01:07:19 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[C Sharp (C#)]]></category>
		<category><![CDATA[GDI+]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/2007/10/23/lousy-gdi-error-messages/</guid>
		<description><![CDATA[I have heard many people complaining about how GDI+ handles errors. It seems that many of the GDI+ error messages are either too broad to have any concrete meanings (e.g. &#34;A generic error occurred in GDI+&#34;) or simply just misleading. Trying to open an empty (0 byte) file of any type using&#160; Image.FromFile(&#8230;) function in [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2007/10/23/lousy-gdi-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

