<?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>create fifty-two &#187; software</title>
	<atom:link href="http://create52.com/blog/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://create52.com/blog</link>
	<description>making things, one week at a time</description>
	<lastBuildDate>Sat, 09 Aug 2008 12:39:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>8/52: Video space-time transposition</title>
		<link>http://create52.com/blog/2008/08/09/852-video-space-time-transposition/</link>
		<comments>http://create52.com/blog/2008/08/09/852-video-space-time-transposition/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 12:39:11 +0000</pubDate>
		<dc:creator>redlex</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://create52.com/blog/?p=15</guid>
		<description><![CDATA[I&#8217;m interested in odd camera designs, such as slit photo finish cameras (historically used for race finishes lines when it&#8217;s a close call). It occurred to me that I could easily make slit photo finish images by taking a video (using my Leica D-LUX digital camera) and then writing a script to process the video [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m interested in odd camera designs, such as <a href="http://en.wikipedia.org/wiki/Photo_finish">slit photo finish cameras</a> (historically used for <a href="http://www.vp-glasgow.co.uk/img/rr%20photo%20finish.jpg">race finishes lines</a> when it&#8217;s a close call). It occurred to me that I could easily make slit photo finish images by taking a video (using my Leica D-LUX digital camera) and then writing a script to process the video (by taking a vertical line of pixels from each frame of the video, and stacking them end-to-end to make a single still image).</p>
<p>Then it occurred to me I could go one further &#8211; because I have a choice of which vertical line of pixels to use on the video, I could use every possible vertical line of pixels to make lots of photos finish images, and put them back into a video.</p>
<p>Then I realised another way of thinking about what I was doing: in effect, I was rotating (or transposing) the original video&#8217;s array of pixels (for a video is actually nought but a 3D array of pixels), swapping one space dimension and the time dimension.</p>
<p>So I made some videos as described. The following two pictures show a frame from an input video, and one from the corresponding output video:</p>
<div class="wp-caption alignnone" style="width: 430px"><img src="http://cookbook.create52.com/images/5/50/SpaceTimeRot-input1.png" alt="Input video" width="420" height="316" /><p class="wp-caption-text">Input video</p></div>
<div class="wp-caption alignnone" style="width: 710px"><img src="http://cookbook.create52.com/images/4/45/SpaceTimeRot-output1.png" alt="Output video" width="700" height="316" /><p class="wp-caption-text">Output video</p></div>
<p>To see the actual input and output videos, please visit <a href="http://flickr.com/photos/redlex/sets/72157606249489942/">the flickr video set</a>.</p>
<p>For some actual analysis and thoughts on what is happening, and what sort of effects happen in the output videos, please visit <a href="http://cookbook.create52.com/index.php?title=Video_space/time_transposition">this page on the Cookbook wiki</a>.</p>
<p><em>(Coming soon: link to the python script for generating these videos.)<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://create52.com/blog/2008/08/09/852-video-space-time-transposition/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>6/52: Typography toy</title>
		<link>http://create52.com/blog/2008/02/15/652-typography-toy/</link>
		<comments>http://create52.com/blog/2008/02/15/652-typography-toy/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 21:40:43 +0000</pubDate>
		<dc:creator>redlex</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[processing.org]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://create52.com/blog/2008/02/15/652-typography-toy/</guid>
		<description><![CDATA[I wanted to start on a software tool for playing with typography (text) in a casual, bullying sort of way. Hence this typography toy, which I have stopped fiddling with now&#8230;
 
There&#8217;s a set on flickr of random pics I made with it. It&#8217;s more fun to play with it than look at the results, [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to start on a software tool for playing with typography (text) in a casual, bullying sort of way. Hence this typography toy, which I have stopped fiddling with now&#8230;</p>
<p align="center"> <img src="http://farm3.static.flickr.com/2414/2267833128_5b65879460_m.jpg" height="216" width="240" /></p>
<p>There&#8217;s a <a href="http://flickr.com/photos/redlex/sets/72157603917987981/" title="Typography toy pics on flickr">set on flickr</a> of random pics I made with it. It&#8217;s more fun to play with it than look at the results, though&#8230;</p>
<p>It&#8217;s written in <a href="http://processing.org" title="Processing">Processing</a> again. It&#8217;s downloadable via the following links:</p>
<ul>
<li>Windows: <a href="http://create52.com/typography-toy/typography-toy-0.9.windows.zip" title="Windows download">download</a> (approx 300K. Java must be installed on your system.)</li>
<li>Mac OS X (and possibly earlier versions): <a href="http://create52.com/typography-toy/typography-toy-0.9.macosx.zip" title="Mac OS X download">download</a> (approx 300K)</li>
<li>Linux: <a href="http://create52.com/typography-toy/typography-toy-0.9.linux.zip" title="Linux download">download</a> (approx 300K)</li>
</ul>
<p>The Processing source code is included with each download. If you download it, please read the readme.txt file &#8211; or else you&#8217;ll probably just scratch your head and go &#8220;whaaaa?&#8221; before resorting to a life of crime&#8230;.</p>
<p>Again I&#8217;m reminded that Processing isn&#8217;t the most natural seeming choice for software where you need some sort of complex interface: it doesn&#8217;t seem to come with the ability to add buttons etc. to your UI (although you can implement them yourself &#8211; doh!) &#8211; hence the large amount of key presses possible to control this thing. Of course, with some effort, a nicer interface is well possible&#8230;</p>
<p>&#8220;Typography&#8221; probably isn&#8217;t an accurate word for what this thing is &#8211; but somewhere a man is being eaten by a gruffalo, and that is much more important, don&#8217;t you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://create52.com/blog/2008/02/15/652-typography-toy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>4/52: more Soup</title>
		<link>http://create52.com/blog/2008/01/07/452-more-soup/</link>
		<comments>http://create52.com/blog/2008/01/07/452-more-soup/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 01:11:01 +0000</pubDate>
		<dc:creator>redlex</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://create52.com/blog/2008/01/07/452-more-soup/</guid>
		<description><![CDATA[Things have been a bit delayed due to holiday madness and illness and generally the world exploding&#8230;
I&#8217;ve added more things to Soup, the film development database site. In particular:

 a howto on shooting redscale film (some redscale examples at flickr)
a development timer applet which makes noises at you &#8211; aid memoire. (To see it running, [...]]]></description>
			<content:encoded><![CDATA[<p>Things have been a bit delayed due to holiday madness and illness and generally the world exploding&#8230;</p>
<p>I&#8217;ve added more things to Soup, the film development database site. In particular:</p>
<ul>
<li> a <a href="http://soup.create52.com/technique/redscale/">howto</a> on shooting redscale film (some <a href="http://flickr.com/photos/redlex/sets/72157600365430902/">redscale examples</a> at flickr)</li>
<li>a development timer applet which makes noises at you &#8211; aid memoire. (To see it running, <a href="http://soup.create52.com/search/?function=show_search_form&amp;table_name=souptime">do a search</a> and then click on a time in the results table.) Applet source is on <a href="http://cookbook.create52.com/index.php?title=Soup_-_film_development_site">cookbook wiki</a>.</li>
<li>added data on Microphen and HC developers to soup database</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://create52.com/blog/2008/01/07/452-more-soup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.325 seconds -->

