<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: DPI Demo dilemma  </title>
	<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma/</link>
	<description>Comments on Ask MetaFilter post DPI Demo dilemma</description>
	<pubDate>Mon, 28 May 2007 17:37:33 -0800</pubDate>
	<lastBuildDate>Mon, 28 May 2007 17:37:33 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: DPI Demo dilemma  </title>
		<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma</link>	
		<description>Somewhere on the web there must be an interactive explanation/demonstration for DPI (pixel density) help me find it. &lt;br /&gt;&lt;br /&gt; I&apos;m teaching a digital photo class soon. I could build my own demo in Flash, but why do all that work if someone else already has. Currently I use balloons and have the students draw on them, then blow them up (see, the number of dots didn&apos;t change !!!  ....)</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.63563</guid>
		<pubDate>Mon, 28 May 2007 17:27:12 -0800</pubDate>
		<dc:creator>cccorlew</dc:creator>
		
			<category>dpi</category>
		
			<category>education</category>
		
			<category>digitalphotography</category>
		
	</item> <item>
		<title>By: JMOZ</title>
		<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma#956493</link>	
		<description>Why not just print the same image (at relatively low resolution) at two different sizes? Seems like it should get the point across. You might also consider having the same large size at a higher resolution.&lt;br&gt;
&lt;br&gt;
Conceptually, is DPI really hard for people?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.63563-956493</guid>
		<pubDate>Mon, 28 May 2007 17:37:33 -0800</pubDate>
		<dc:creator>JMOZ</dc:creator>
	</item><item>
		<title>By: jamaro</title>
		<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma#956532</link>	
		<description>&lt;a href=&quot;http://www.danheller.com/tech-dpi.html&quot;&gt;This&lt;/a&gt; might help, complete with a pop quiz at the end.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.63563-956532</guid>
		<pubDate>Mon, 28 May 2007 18:13:07 -0800</pubDate>
		<dc:creator>jamaro</dc:creator>
	</item><item>
		<title>By: you</title>
		<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma#956535</link>	
		<description>If you have a Mac, you can use the built-in zoom feature (command-alt-plus/minus). Command-alt-backslash toggles between blocky (nearest-neighbour) and blurry (bilinear/bicubic/whatnot). If it is disabled, you can enable it with cmd-alt-8.&lt;br&gt;
&lt;br&gt;
Just show them some vector graphics in Flash, and use the built-in zoom in Flash (nice and smooth), then try the same thing with the screen zoom (blocky or blurry).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.63563-956535</guid>
		<pubDate>Mon, 28 May 2007 18:13:38 -0800</pubDate>
		<dc:creator>you</dc:creator>
	</item><item>
		<title>By: blasdelf</title>
		<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma#956536</link>	
		<description>Yes, somehow all kinds of people manage to totally misunderstand it. It seems so simple, but some people are morons, especially programmers when it comes to representing images on a screen:&lt;blockquote&gt;&quot;Oh, it appears someone set the DPI metadata attribute for this jpeg to 300. Since I read on Wikipedia that PCs are 96 dpi, I&apos;ll show this image at %32 of it&apos;s actual resolution, because that&apos;s totally helpful.&quot;&lt;/blockquote&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.63563-956536</guid>
		<pubDate>Mon, 28 May 2007 18:13:41 -0800</pubDate>
		<dc:creator>blasdelf</dc:creator>
	</item><item>
		<title>By: you</title>
		<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma#956544</link>	
		<description>Or bring along a 2-dpi printout from &lt;a href=&quot;http://homokaasu.org/rasterbator/&quot;&gt;Rasterbator&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.63563-956544</guid>
		<pubDate>Mon, 28 May 2007 18:19:19 -0800</pubDate>
		<dc:creator>you</dc:creator>
	</item><item>
		<title>By: Jimbob</title>
		<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma#956562</link>	
		<description>The problem with interactive demonstrations is that, conceptually, DPI is everything to do with the physical output (or input) - because a computer screen has a fixed DPI, simply &quot;zooming&quot; the image might confuse people (I&apos;m assuming people who don&apos;t get DPI are easily confused).&lt;br&gt;
&lt;br&gt;
As JMOZ said, I think using different physical printouts might help people.  Some people are only vaguely aware that digital images are made of discrete pixels - boxes of colour - and that changing the size of the image necessitates making those boxes bigger or smaller, that is, fitting more or less of them in an inch.&lt;br&gt;
&lt;br&gt;
Start with an image of some fixed, resolution, say, 500 x 500 pixels.&lt;br&gt;
&lt;br&gt;
- Show them that image on a computer screen, at 100% zoom.&lt;br&gt;
-Print it out at 50dpi.&lt;br&gt;
-Print it out at 300dpi.&lt;br&gt;
&lt;br&gt;
Take an image of a different resolution, say 1000 x 1000.  Show them that on the screen, and at different print-out DPIs.&lt;br&gt;
&lt;br&gt;
Note that the image always has the same number of &quot;pixels&quot; - the same resolution, but the DPI and the actual physical size of the image are related, and in turn DPI is related to the quality of the image.  The 50dpi print will be big, but if you look closely you can probably see the individual pixels on the paper. The 300dpi print will be small, but you probably won&apos;t be able to see the dots that make it up.  Therefore, show them that if you want a &lt;i&gt;big&lt;/i&gt; image that has &lt;i&gt;high&lt;/i&gt; quality, you will need a much greater resolution in terms of the number of pixels.&lt;br&gt;
&lt;br&gt;
You could probably do the same thing with a scanner - scan something at 50dpi, scan something at 300dpi, and note how their sizes are different on a monitor.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.63563-956562</guid>
		<pubDate>Mon, 28 May 2007 18:46:39 -0800</pubDate>
		<dc:creator>Jimbob</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma#956947</link>	
		<description>It may be helpful to bring some physical props that demonstrate the theory on a macro scale. For example, bring in a 1&apos; square of each of the following:&lt;br&gt;
&lt;br&gt;
&lt;list&gt;&lt;li&gt;Mosquito Netting&lt;/li&gt;&lt;li&gt;Screen Door&lt;/li&gt;&lt;li&gt;Chickenwire&lt;/li&gt;&lt;/list&gt;&lt;br&gt;
&lt;br&gt;
Explain that the squares in each are like pixels in an image. Only one color can go in each box. What kind of picture can you make by filling in boxes the size of chickenwire? What about the screen door? Even though each piece occupies the same total physical area, the quality of the picture you can make is directly related to how small the pixels are.&lt;br&gt;
&lt;br&gt;
Physically controlling one of the variables (total size) while allowing the DPI to change demonstrates why you get better quality pictures with a higher DPI.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.63563-956947</guid>
		<pubDate>Tue, 29 May 2007 06:38:38 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma#956948</link>	
		<description>er...except don&apos;t call the boxes pixels... since you can confuse pixels with the dots.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.63563-956948</guid>
		<pubDate>Tue, 29 May 2007 06:39:30 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: StickyCarpet</title>
		<link>http://ask.metafilter.com/63563/DPI-Demo-dilemma#957025</link>	
		<description>Show them a horizontal line that crosses the images and tilts up by one or two pixels, using different DPI settings as mentioned above. This way you can see that the issue is not just blurry fields around dots of image, but has an effect across the whole image, as the line is seen with one, two, etc, steps occurring along the incline.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.63563-957025</guid>
		<pubDate>Tue, 29 May 2007 08:15:25 -0800</pubDate>
		<dc:creator>StickyCarpet</dc:creator>
	</item>
	</channel>
</rss>
