<?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>Sean Shadmand &#187; graphics</title>
	<atom:link href="http://www.seanshadmand.com/tag/graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seanshadmand.com</link>
	<description>Pondering About Life</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:21:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image>
			<title>Sean Shadmand</title>
			<url>http://www.seanshadmand.com/wp-content/uploads/2009/06/feed.jpg</url>
			<link>http://www.seanshadmand.com</link>
			<width>88</width>
			<height>31</height>
			<description>Pondering About Life</description>
		</image><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Are you seeing things? Instant super-imposed 3d objects on 2d pictures</title>
		<link>http://www.seanshadmand.com/2011/11/05/are-you-seeing-things-instant-super-imposed-3d-objects-on-2d-pictures/</link>
		<comments>http://www.seanshadmand.com/2011/11/05/are-you-seeing-things-instant-super-imposed-3d-objects-on-2d-pictures/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 07:15:25 +0000</pubDate>
		<dc:creator>sshadmand</dc:creator>
				<category><![CDATA[Feature Tech]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://www.seanshadmand.com/?p=1716</guid>
		<description><![CDATA[See that picture to the left. It is a picture taken of a room with a billards table, can you tell what part of the picture is fake? We have all hard of super imposed by now (even the talking goat from Adam Sandler&#8217;s comedy cd in the 90s is now aware of the power [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.seanshadmand.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-31-at-12.15.13-AM.png"><img class="alignleft size-full wp-image-1717" title="Screen Shot 2011-10-31 at 12.15.13 AM" src="http://www.seanshadmand.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-31-at-12.15.13-AM.png" alt="" width="235" height="171" /></a></p>
<p>See that picture to the left. It is a picture taken of a room with a billards table, can you tell what part of the picture is fake? We have all hard of super imposed by now (even the talking goat from Adam Sandler&#8217;s comedy cd in the 90s is now aware of the power of superimposing.) What makes this a breakthrough is that fact that the 3d objects (by the way, the balls on the table are the fake objects) were super imposed onto a flat, 2D picture. Even more interesting is that fact that those 3D objects can interact with the 2D objects in the picture, as if they were 3D them selves. Check the demo by <a href="http://kevinkarsch.com/publications/sa11.html">Kevin Karsch</a> (below) where you can see what I mean. Basically, you can take picture of a hall with stairs, and later add a 3D virtual ball to the picture, and in seconds watch the 3D ball bounce its way down the stairs case. Pretty B.A.</p>
<p><iframe src="http://player.vimeo.com/video/28962540?title=0&amp;byline=0&amp;portrait=0&amp;autoplay=0" frameborder="0" width="300" height="225"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seanshadmand.com/2011/11/05/are-you-seeing-things-instant-super-imposed-3d-objects-on-2d-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pie for mass consumption</title>
		<link>http://www.seanshadmand.com/2009/06/29/pie-for-mass-consumption/</link>
		<comments>http://www.seanshadmand.com/2009/06/29/pie-for-mass-consumption/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 17:58:05 +0000</pubDate>
		<dc:creator>sshadmand</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://www.seanshadmand.com/?p=166</guid>
		<description><![CDATA[Yet another great Google API for the masses, on the fly charts. You can simply use a URL and set of parameters to describe your chart and the output is an image file.  So, use the url in your blog post or place it in your href tage and get a great looking chart in [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 210px"><img class=" " title="Advanced Pie" src="http://chart.apis.google.com/chart?cht=pc&amp;chd=s:Helo,Wrld&amp;chs=400x200" alt="Advanced Pie" width="200" height="100" /><p class="wp-caption-text">Advanced Pie</p></div>
<p>Yet another great Google API for the masses, on the fly charts. You can simply use a URL and set of parameters to describe your chart and the output is an image file.  So, use the url in your blog post or place it in your href tage and get a great looking chart in a snap.</p>
<p>Down side, there arent as many options as I would like through the API URL; I cant show perentages on te pie chart. Put they look great, they are easy to use and you can update them on te fly simply by changing the URL.</p>
<p>Check out <strong>more information</strong> on this cool little feature at <a style="text-decoration: none;" href="http://code.google.com/apis/chart/">http://code.google.com/apis/chart/</a></p>
<p>or try one of these <strong>examples</strong>:  <a title="Pie Chart" href="http://chart.apis.google.com/chart?cht=p3&amp;chd=t:10,15,30,45&amp;chs=500x200&amp;chl=steak|lobster|burgers|pizza&amp;chxl=dasf" target="_blank">Pie Chart</a>, <a title="Bar Chart" href="http://chart.apis.google.com/chart?chxt=x,y,r,t&amp;cht=bvs&amp;chd=s:cEj9U&amp;chco=76A4FB&amp;chls=2.0&amp;chs=200" target="_blank">Bar Chart</a>, and even a <a title="QR Code" href="http://chart.apis.google.com/chart?chs=150x150&amp;cht=qr&amp;chl=Hello%20world&amp;choe=UTF-8" target="_blank">QR Code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seanshadmand.com/2009/06/29/pie-for-mass-consumption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

