<?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>tom moody &#187; animation &#8211; others</title>
	<atom:link href="http://www.tommoody.us/archives/category/animation-others/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommoody.us</link>
	<description>blog of new york artist and musician tom moody</description>
	<lastBuildDate>Wed, 08 Feb 2012 18:33:31 +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>monkey_banana</title>
		<link>http://www.tommoody.us/archives/2012/02/08/monkey_banana/</link>
		<comments>http://www.tommoody.us/archives/2012/02/08/monkey_banana/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 14:59:04 +0000</pubDate>
		<dc:creator>tom moody</dc:creator>
				<category><![CDATA[animation - others]]></category>

		<guid isPermaLink="false">http://www.tommoody.us/?p=16201</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tommoody.us/images/feb12/monkey_banana.gif" alt="monkey_banana" width="88" height="88" class="alignnone size-full wp-image-16198" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommoody.us/archives/2012/02/08/monkey_banana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rosa BW</title>
		<link>http://www.tommoody.us/archives/2012/01/31/rosa-bw/</link>
		<comments>http://www.tommoody.us/archives/2012/01/31/rosa-bw/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 11:51:03 +0000</pubDate>
		<dc:creator>tom moody</dc:creator>
				<category><![CDATA[animation - others]]></category>
		<category><![CDATA[animations - tm]]></category>

		<guid isPermaLink="false">http://www.tommoody.us/?p=16134</guid>
		<description><![CDATA[slimmed-down version of a GIF posted to dump.fm by Pecco larger, .5 MB version]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tommoody.us/images/jan12/pecco_ROSA_bw.gif" alt="pecco_ROSA_bw" width="172" height="148" class="alignnone size-full wp-image-16135" /></p>
<p><em>slimmed-down version of a GIF posted to dump.fm by Pecco</em><br />
<a href="http://www.tommoody.us/images/jan12/pecco_ROSA_bw_400.gif">larger, .5 MB version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommoody.us/archives/2012/01/31/rosa-bw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>untitled</title>
		<link>http://www.tommoody.us/archives/2012/01/25/untitled-11/</link>
		<comments>http://www.tommoody.us/archives/2012/01/25/untitled-11/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 22:33:29 +0000</pubDate>
		<dc:creator>tom moody</dc:creator>
				<category><![CDATA[animation - others]]></category>

		<guid isPermaLink="false">http://www.tommoody.us/?p=16054</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tommoody.us/images/jan12/radar.gif" alt="" title="radar" width="200" height="150" class="alignnone size-full wp-image-16055" /><img src="http://www.tommoody.us/images/jan12/seacrestcheadle_curated2.gif" alt="" title="seacrestcheadle_curated2" width="298" height="276" class="alignnone size-full wp-image-16057" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommoody.us/archives/2012/01/25/untitled-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css for crisp edges?</title>
		<link>http://www.tommoody.us/archives/2012/01/25/css-for-crisp-edges/</link>
		<comments>http://www.tommoody.us/archives/2012/01/25/css-for-crisp-edges/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:25:14 +0000</pubDate>
		<dc:creator>tom moody</dc:creator>
				<category><![CDATA[animation - others]]></category>

		<guid isPermaLink="false">http://www.tommoody.us/?p=16028</guid>
		<description><![CDATA[Nullsleep posts some CSS code that you could add to a web page to make browsers read your GIFs and pixel art correctly when resized. The illustration above, showing an image resized using the bicubic (smooth) and nearest neighbor (sharp) methods, is his; it gets across clearly how ugly "smoothing" can be for an exquisite [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tommoody.us/images/jan12/Nullsleep_example-comparison.gif" alt="Nullsleep_example-comparison" width="500" height="500" class="alignnone size-full wp-image-16029" /></p>
<p><a href="http://nullsleep.tumblr.com/post/16417178705/how-to-disable-image-smoothing-in-modern-web-browsers">Nullsleep</a> posts some CSS code that you could add to a web page to make browsers read your GIFs and pixel art correctly when resized. The illustration above, showing an image resized using the bicubic (smooth) and nearest neighbor (sharp) methods, is his; it gets across clearly how ugly "smoothing" can be for an exquisite design. The problem is, 99% of developers can't see this, and will continue to insist that mandatory, "on by default" edge smoothing is what we all want and need when we surf the web. ("Smoothing" doesn't just occur when you zoom, it happens anytime someone codes an image's dimensions to appear larger than the image.)<br />
<a href="http://drx.a-blast.org/~drx/index.en.html">Dragan Espenschied</a> had told me a while back about a <a href="http://www.tommoody.us/archives/2009/10/20/crisp-resizing-in-firefox/">Firefox Add-on</a> for crisp resizing. That's designed to customize the individual's browsing experience ("please render pages correctly kthx"), whereas the code in Nullsleep's post applies this "image-rendering" function on the publisher side, so that various browsers will read your page the way you specify.<br />
It would be best, of course, if the problem could be solved at the source. In other words, make smoothing optional in browsers and educate people about the fundamental differences in how images are displayed on the web (see comments <a href="http://hypothete.blogspot.com/2011/01/lets-be-formal.html">here</a>). As an independent publisher, one shouldn't have to code for every contingency of how each browser is going to read your page. You can custom craft a theme and then two years later you will be prompted to update your theme, which means losing all those carefully worked out modifications. My own solution has been to size GIFs and pixel art exactly as they are meant to be seen, which even meant remaking/reposting some older GIFs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommoody.us/archives/2012/01/25/css-for-crisp-edges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gif of darkness</title>
		<link>http://www.tommoody.us/archives/2012/01/21/gif-of-darkness/</link>
		<comments>http://www.tommoody.us/archives/2012/01/21/gif-of-darkness/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 02:36:23 +0000</pubDate>
		<dc:creator>tom moody</dc:creator>
				<category><![CDATA[animation - others]]></category>

		<guid isPermaLink="false">http://www.tommoody.us/?p=16005</guid>
		<description><![CDATA[and so ends the battle with phone arts - i have been shat upon, erased twice - and still they phone...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tommoody.us/images/jan12/GIFofDarkness_by_Yaherd.gif" alt="GIFofDarkness_by_Yaherd" width="212" height="320" class="alignnone size-full wp-image-16006" /></p>
<p><em>and so ends the battle with phone arts - i have been shat upon, erased twice - and still they phone...</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommoody.us/archives/2012/01/21/gif-of-darkness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blob mod</title>
		<link>http://www.tommoody.us/archives/2012/01/13/blob-mod/</link>
		<comments>http://www.tommoody.us/archives/2012/01/13/blob-mod/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 15:42:54 +0000</pubDate>
		<dc:creator>tom moody</dc:creator>
				<category><![CDATA[animation - others]]></category>
		<category><![CDATA[animations - tm]]></category>

		<guid isPermaLink="false">http://www.tommoody.us/?p=15872</guid>
		<description><![CDATA[modification of a GIF by Jeffrey Henderson (shorter, larger)]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tommoody.us/images/jan12/lolumad_blob_mod.gif" alt="lolumad_blob_mod" width="382" height="400" class="alignnone size-full wp-image-15873" /></p>
<p>modification of a <a href="http://lolumadclub.tumblr.com/post/15291531380">GIF</a> by Jeffrey Henderson (shorter, larger)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommoody.us/archives/2012/01/13/blob-mod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>atom rmx rmx etc</title>
		<link>http://www.tommoody.us/archives/2012/01/06/atom-rmx-rmx-etc/</link>
		<comments>http://www.tommoody.us/archives/2012/01/06/atom-rmx-rmx-etc/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 15:08:36 +0000</pubDate>
		<dc:creator>tom moody</dc:creator>
				<category><![CDATA[animation - others]]></category>
		<category><![CDATA[animations - tm]]></category>

		<guid isPermaLink="false">http://www.tommoody.us/?p=15764</guid>
		<description><![CDATA[modification by 82times of a collaborative GIF I did with jimpunk back in the Jurassic era (pixel =/= nostalgia)]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tommoody.us/images/dec11/1325715698562-dumpfm-82times-a.gif" alt="dumpfm-82times - tom moody - jimpunk" width="544" height="375" class="alignnone size-full wp-image-15765" /></p>
<p>modification by <a href="http://dump.fm/82times">82times</a> of a collaborative <a href="http://www.digitalmediatree.com/tommoody/comment/27808/">GIF I did with jimpunk</a> back in the Jurassic era (pixel =/= nostalgia)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommoody.us/archives/2012/01/06/atom-rmx-rmx-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>more Things</title>
		<link>http://www.tommoody.us/archives/2012/01/05/more-things/</link>
		<comments>http://www.tommoody.us/archives/2012/01/05/more-things/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 17:05:37 +0000</pubDate>
		<dc:creator>tom moody</dc:creator>
				<category><![CDATA[animation - others]]></category>
		<category><![CDATA[art - tm]]></category>

		<guid isPermaLink="false">http://www.tommoody.us/?p=15720</guid>
		<description><![CDATA[Interior with Thing Sugar Cubes with Thing Room with Thing (Slime Edition), by lolumad (slightly cropped)]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tommoody.us/images/dec11/interior_with_Thing.png" alt="interior_with_Thing" width="500" height="499" class="alignnone size-full wp-image-15721" /></p>
<p><em>Interior with Thing</em></p>
<p><img src="http://www.tommoody.us/images/dec11/sugar_w_thing.png" alt="sugar_w_thing" width="423" height="404" class="alignnone size-full wp-image-15722" /></p>
<p><em>Sugar Cubes with Thing</em></p>
<p><img src="http://www.tommoody.us/images/dec11/lolumad_roomthing_slimer.gif" alt="lolumad_roomthing_slimer" width="353" height="298" class="alignnone size-full wp-image-15723" /></p>
<p><em>Room with Thing (Slime Edition), by <a href="http://lolumadclub.tumblr.com/">lolumad</a></em> (slightly cropped)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommoody.us/archives/2012/01/05/more-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>trucks and Thing</title>
		<link>http://www.tommoody.us/archives/2012/01/03/trucks-and-thing/</link>
		<comments>http://www.tommoody.us/archives/2012/01/03/trucks-and-thing/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 13:09:20 +0000</pubDate>
		<dc:creator>tom moody</dc:creator>
				<category><![CDATA[animation - others]]></category>
		<category><![CDATA[animations - tm]]></category>
		<category><![CDATA[art - tm]]></category>

		<guid isPermaLink="false">http://www.tommoody.us/?p=15713</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tommoody.us/images/dec11/thing_trucks.gif" alt="thing_trucks" width="496" height="484" class="alignnone size-full wp-image-15714" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommoody.us/archives/2012/01/03/trucks-and-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bounce II</title>
		<link>http://www.tommoody.us/archives/2011/12/28/bounce-ii/</link>
		<comments>http://www.tommoody.us/archives/2011/12/28/bounce-ii/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 19:20:20 +0000</pubDate>
		<dc:creator>tom moody</dc:creator>
				<category><![CDATA[animation - others]]></category>
		<category><![CDATA[animations - tm]]></category>

		<guid isPermaLink="false">http://www.tommoody.us/?p=15593</guid>
		<description><![CDATA[bullet time ball by lolumad]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tommoody.us/images/dec11/lolumad-bouncingballextended_infinite.gif" alt="lolumad-bouncingballextended_infinite" width="50" height="264" class="alignnone size-full wp-image-15594" /><img src="http://www.tommoody.us/images/dec11/lolumad-bouncingballextended_infinite.gif" alt="lolumad-bouncingballextended_infinite" width="50" height="264" class="alignnone size-full wp-image-15594" /><img src="http://www.tommoody.us/images/dec11/lolumad-bouncingballextended_infinite.gif" alt="lolumad-bouncingballextended_infinite" width="50" height="264" class="alignnone size-full wp-image-15594" /><img src="http://www.tommoody.us/images/dec11/lolumad-bouncingballextended_infinite.gif" alt="lolumad-bouncingballextended_infinite" width="50" height="264" class="alignnone size-full wp-image-15594" /><img src="http://www.tommoody.us/images/dec11/lolumad-bouncingballextended_infinite.gif" alt="lolumad-bouncingballextended_infinite" width="50" height="264" class="alignnone size-full wp-image-15594" /><img src="http://www.tommoody.us/images/dec11/lolumad-bouncingballextended_infinite.gif" alt="lolumad-bouncingballextended_infinite" width="50" height="264" class="alignnone size-full wp-image-15594" /><img src="http://www.tommoody.us/images/dec11/lolumad-bouncingballextended_infinite.gif" alt="lolumad-bouncingballextended_infinite" width="50" height="264" class="alignnone size-full wp-image-15594" /><img src="http://www.tommoody.us/images/dec11/lolumad-bouncingballextended_infinite.gif" alt="lolumad-bouncingballextended_infinite" width="50" height="264" class="alignnone size-full wp-image-15594" /><img src="http://www.tommoody.us/images/dec11/lolumad-bouncingballextended_infinite.gif" alt="lolumad-bouncingballextended_infinite" width="50" height="264" class="alignnone size-full wp-image-15594" /><img src="http://www.tommoody.us/images/dec11/lolumad-bouncingballextended_infinite.gif" alt="lolumad-bouncingballextended_infinite" width="50" height="264" class="alignnone size-full wp-image-15594" /></p>
<p>bullet time ball by lolumad</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommoody.us/archives/2011/12/28/bounce-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

