<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>JMSoftware &#187; Image</title>
	<atom:link href="http://www.jmsoftware.co.uk/blog/tag/image/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jmsoftware.co.uk</link>
	<description>Software Development</description>
	<lastBuildDate>Mon, 26 Sep 2011 13:38:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>Image.Clone does not unlock the file</title>
		<link>http://www.jmsoftware.co.uk/blog/imageclone-does-not-unlock-the-file</link>
		<comments>http://www.jmsoftware.co.uk/blog/imageclone-does-not-unlock-the-file#comments</comments>
		<pubDate>Thu, 05 Feb 2009 15:12:12 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Clone]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[unlock]]></category>

		<guid isPermaLink="false">http://www.jmsoftware.co.uk/?p=171</guid>
		<description><![CDATA[Turns out, copying an image using Clone really does make an exact copy. You can&#8217;t just open an image, clone it, then safely close it as you might expect, because it also copies the file lock. Instead, copy the image &#8230; <a href="http://www.jmsoftware.co.uk/blog/imageclone-does-not-unlock-the-file">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Turns out, copying an image using Clone really does make an exact copy. You can&#8217;t just open an image, clone it, then safely close it as you might expect, because it also copies the file lock.</p>
<p>Instead, copy the image in memory using <code>Image copy = new Image(source)</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jmsoftware.co.uk/blog/imageclone-does-not-unlock-the-file/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>

