<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: WPF, Images, and DPI Independence</title>
	<atom:link href="http://genesisconduit.wordpress.com/2008/07/05/wpf-images-and-dpi-independence/feed/" rel="self" type="application/rss+xml" />
	<link>http://genesisconduit.wordpress.com/2008/07/05/wpf-images-and-dpi-independence/</link>
	<description>UI design, development, and architecture in WPF, Silverlight, and ASP.NET</description>
	<lastBuildDate>Wed, 11 Nov 2009 16:47:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcello</title>
		<link>http://genesisconduit.wordpress.com/2008/07/05/wpf-images-and-dpi-independence/#comment-81</link>
		<dc:creator>Marcello</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://genesisconduit.wordpress.com/?p=9#comment-81</guid>
		<description>Is there a way to use this in an ImageBrush?</description>
		<content:encoded><![CDATA[<p>Is there a way to use this in an ImageBrush?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hbdiere</title>
		<link>http://genesisconduit.wordpress.com/2008/07/05/wpf-images-and-dpi-independence/#comment-61</link>
		<dc:creator>hbdiere</dc:creator>
		<pubDate>Wed, 20 May 2009 09:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://genesisconduit.wordpress.com/?p=9#comment-61</guid>
		<description>I tried this out and it worked well. This was exactly what I was looking for! Thank you</description>
		<content:encoded><![CDATA[<p>I tried this out and it worked well. This was exactly what I was looking for! Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heartburn Home Remedy</title>
		<link>http://genesisconduit.wordpress.com/2008/07/05/wpf-images-and-dpi-independence/#comment-59</link>
		<dc:creator>Heartburn Home Remedy</dc:creator>
		<pubDate>Wed, 15 Apr 2009 11:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://genesisconduit.wordpress.com/?p=9#comment-59</guid>
		<description>My friend on Facebook shared this link   and I&#039;m not dissapointed   that I came to your blog.</description>
		<content:encoded><![CDATA[<p>My friend on Facebook shared this link   and I&#8217;m not dissapointed   that I came to your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: genesisconduit</title>
		<link>http://genesisconduit.wordpress.com/2008/07/05/wpf-images-and-dpi-independence/#comment-58</link>
		<dc:creator>genesisconduit</dc:creator>
		<pubDate>Wed, 25 Mar 2009 15:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://genesisconduit.wordpress.com/?p=9#comment-58</guid>
		<description>@ Jay

File formats such as PNG and JPG store physical dimensions and therefore DPI. You can save the images as 96 DPI images and they&#039;ll display at their original pixel size in WPF.</description>
		<content:encoded><![CDATA[<p>@ Jay</p>
<p>File formats such as PNG and JPG store physical dimensions and therefore DPI. You can save the images as 96 DPI images and they&#8217;ll display at their original pixel size in WPF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://genesisconduit.wordpress.com/2008/07/05/wpf-images-and-dpi-independence/#comment-57</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 25 Mar 2009 11:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://genesisconduit.wordpress.com/?p=9#comment-57</guid>
		<description>DPI is a measure of a display device not a measure of the image. If you examine image storage formats you find almost none of them will store a &quot;DPI&quot; value. Only targa, that I&#039;m aware of, will store anything. If you read the specs for targa you find it&#039;s a &#039;suggestion for the presentation&#039; of the image.

No images ever have a default DPI. You might have an expectation based on your past usage but that&#039;s not the same.

Defaulting to 96 DPI was a stupid mistake. Almost every monitor in the world is somewhere around 72 DPI, and windows can usually interrogate the display device for it&#039;s size settings.

WPF is not polished and this is one of the teething problems.</description>
		<content:encoded><![CDATA[<p>DPI is a measure of a display device not a measure of the image. If you examine image storage formats you find almost none of them will store a &#8220;DPI&#8221; value. Only targa, that I&#8217;m aware of, will store anything. If you read the specs for targa you find it&#8217;s a &#8217;suggestion for the presentation&#8217; of the image.</p>
<p>No images ever have a default DPI. You might have an expectation based on your past usage but that&#8217;s not the same.</p>
<p>Defaulting to 96 DPI was a stupid mistake. Almost every monitor in the world is somewhere around 72 DPI, and windows can usually interrogate the display device for it&#8217;s size settings.</p>
<p>WPF is not polished and this is one of the teething problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Liu</title>
		<link>http://genesisconduit.wordpress.com/2008/07/05/wpf-images-and-dpi-independence/#comment-56</link>
		<dc:creator>Jay Liu</dc:creator>
		<pubDate>Fri, 16 Jan 2009 20:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://genesisconduit.wordpress.com/?p=9#comment-56</guid>
		<description>This is exactly what I needed.  Thank you for posting this!</description>
		<content:encoded><![CDATA[<p>This is exactly what I needed.  Thank you for posting this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hanselman's Computer Zen - Be Aware of DPI with Image PNGs in WPF - Images Scale Weird or are Blurry</title>
		<link>http://genesisconduit.wordpress.com/2008/07/05/wpf-images-and-dpi-independence/#comment-55</link>
		<dc:creator>Scott Hanselman's Computer Zen - Be Aware of DPI with Image PNGs in WPF - Images Scale Weird or are Blurry</dc:creator>
		<pubDate>Tue, 06 Jan 2009 08:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://genesisconduit.wordpress.com/?p=9#comment-55</guid>
		<description>[...] so when it encounters the 72 dpi image it scales it up. If you can&#039;t change the image, there are funky ways around it. Personally, I believe if you are running into this because of a designer/developer mismatch, then [...]</description>
		<content:encoded><![CDATA[<p>[...] so when it encounters the 72 dpi image it scales it up. If you can&#8217;t change the image, there are funky ways around it. Personally, I believe if you are running into this because of a designer/developer mismatch, then [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
