<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Image resizing</title>
	<link>http://old.exomel.com/weblog/2005/07/05/image-resizing</link>
	<description>The hypermedia home of web design and multimedia student, Remi Prevost.</description>
	<pubDate>Fri, 21 Nov 2008 16:01:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>

	<item>
		<title>by: Joe</title>
		<link>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1633</link>
		<pubDate>Wed, 06 Jul 2005 17:00:57 -0700</pubDate>
		<guid>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1633</guid>
					<description>&lt;strong&gt;Presentation.&lt;/strong&gt;  It's still the same image.</description>
		<content:encoded><![CDATA[	<p><strong>Presentation.</strong>  It&#8217;s still the same image.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Remi</title>
		<link>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1634</link>
		<pubDate>Wed, 06 Jul 2005 18:45:20 -0700</pubDate>
		<guid>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1634</guid>
					<description>I'd rather say it depends on the document as well. I was not asking you which of &quot;content&quot; or &quot;presentation&quot; was the right one ;)</description>
		<content:encoded><![CDATA[	<p>I&#8217;d rather say it depends on the document as well. I was not asking you which of &#8220;content&#8221; or &#8220;presentation&#8221; was the right one ;)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: septor</title>
		<link>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1636</link>
		<pubDate>Wed, 06 Jul 2005 20:09:47 -0700</pubDate>
		<guid>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1636</guid>
					<description>You could save all this bull and just make the image the size you intend to use...</description>
		<content:encoded><![CDATA[	<p>You could save all this bull and just make the image the size you intend to use&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Remi</title>
		<link>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1637</link>
		<pubDate>Wed, 06 Jul 2005 22:57:55 -0700</pubDate>
		<guid>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1637</guid>
					<description>Patrick, I mean, to &lt;em&gt;dynamically&lt;/em&gt; resize it.</description>
		<content:encoded><![CDATA[	<p>Patrick, I mean, to <em>dynamically</em> resize it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: septor</title>
		<link>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1638</link>
		<pubDate>Thu, 07 Jul 2005 11:53:54 -0700</pubDate>
		<guid>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1638</guid>
					<description>Why would you want to? Unless you're ripping images, which is wrong =D

I guess if I were to ever become &quot;lame&quot; I would probably use the first method, as it uses the least amount of effort. The second way would work dandy, except it's more or less the same way as the first, so wtf? The third is stupid, unless you plan on resizing more than one image, no sense in making a class for one image ;]</description>
		<content:encoded><![CDATA[	<p>Why would you want to? Unless you&#8217;re ripping images, which is wrong =D</p>
	<p>I guess if I were to ever become &#8220;lame&#8221; I would probably use the first method, as it uses the least amount of effort. The second way would work dandy, except it&#8217;s more or less the same way as the first, so wtf? The third is stupid, unless you plan on resizing more than one image, no sense in making a class for one image ;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Remi</title>
		<link>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1639</link>
		<pubDate>Thu, 07 Jul 2005 13:09:09 -0700</pubDate>
		<guid>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1639</guid>
					<description>If you make a photo gallery with only thumbnails, which can be clicked to be displayed in full size, in a popup window. You use the same image for the thumbnail &lt;strong&gt;and&lt;/strong&gt; the fullsize image.

Then, you'll need something to resize the fullsize image to make a thumbnail, won't you?</description>
		<content:encoded><![CDATA[	<p>If you make a photo gallery with only thumbnails, which can be clicked to be displayed in full size, in a popup window. You use the same image for the thumbnail <strong>and</strong> the fullsize image.</p>
	<p>Then, you&#8217;ll need something to resize the fullsize image to make a thumbnail, won&#8217;t you?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joël</title>
		<link>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1640</link>
		<pubDate>Thu, 07 Jul 2005 15:17:39 -0700</pubDate>
		<guid>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1640</guid>
					<description>The best imho is a combination of 2 and 3. First you heck the actual size of the image to determine if it needs to be resized. Then, if needed, you assign a class to resize it.

It's just about presentation, not content - unless you consider the fact of using one image instead of two is &quot;content&quot;...

Oh, and what about client-side, dynamic resizing through javascript, too? (for example, if the screen is larger than 1024, don't resize, and so on...)</description>
		<content:encoded><![CDATA[	<p>The best imho is a combination of 2 and 3. First you heck the actual size of the image to determine if it needs to be resized. Then, if needed, you assign a class to resize it.</p>
	<p>It&#8217;s just about presentation, not content - unless you consider the fact of using one image instead of two is &#8220;content&#8221;&#8230;</p>
	<p>Oh, and what about client-side, dynamic resizing through javascript, too? (for example, if the screen is larger than 1024, don&#8217;t resize, and so on&#8230;)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: septor</title>
		<link>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1641</link>
		<pubDate>Thu, 07 Jul 2005 15:50:54 -0700</pubDate>
		<guid>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1641</guid>
					<description>ImageMagick.</description>
		<content:encoded><![CDATA[	<p>ImageMagick.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Remi</title>
		<link>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1642</link>
		<pubDate>Thu, 07 Jul 2005 19:48:11 -0700</pubDate>
		<guid>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1642</guid>
					<description>Image--What?</description>
		<content:encoded><![CDATA[	<p>Image&#8211;What?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: septor</title>
		<link>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1643</link>
		<pubDate>Fri, 08 Jul 2005 08:33:20 -0700</pubDate>
		<guid>http://old.exomel.com/weblog/2005/07/05/image-resizing#comment-1643</guid>
					<description>&lt;a href='http://google.com/' rel=&quot;nofollow&quot;&gt;Google&lt;/a&gt; =D</description>
		<content:encoded><![CDATA[	<p><a href='http://google.com/' rel="nofollow">Google</a> =D
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
