<?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>Shazzam News</title>
	<atom:link href="http://blog.shazzam-tool.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.shazzam-tool.com</link>
	<description>A place to talk about upcoming changes, new features, bug fixes</description>
	<lastBuildDate>Mon, 09 Aug 2010 23:58:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shazzam 1.3 &#8211; Eighty sample shaders included</title>
		<link>http://blog.shazzam-tool.com/index.php/2010/07/shazzam-1-3-eighty-sample-shaders-included/</link>
		<comments>http://blog.shazzam-tool.com/index.php/2010/07/shazzam-1-3-eighty-sample-shaders-included/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 23:55:46 +0000</pubDate>
		<dc:creator>waltritscher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.shazzam-tool.com/index.php/2010/07/shazzam-1-3-eighty-sample-shaders-included/</guid>
		<description><![CDATA[The list of sample shaders included in Shazzam Shader Editor continues to grow.&#160;&#160; Thanks to our growing community of users we continue to get shader submissions.&#160; Ten of the shaders in this release were contributed by you.&#160; Thank you!
BTW, if you think you have a great shader send it to me (see link on sidebar).
Generative [...]]]></description>
			<content:encoded><![CDATA[<p>The list of sample shaders included in Shazzam Shader Editor continues to grow.&#160;&#160; Thanks to our growing community of users we continue to get shader submissions.&#160; Ten of the shaders in this release were contributed by you.&#160; Thank you!</p>
<p>BTW, if you think you have a great shader send it to me (see link on sidebar).</p>
<h3>Generative Shaders</h3>
<p>There are a handful of generative shaders in Shazzam.&#160; Generative shader ignore any of the underlying pixels in the source and draw their own pixels.&#160; Take this Generative_Star.fx shader for example.&#160; It’s drawing a four pointed star.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image18.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb18.png" width="400" height="267" /></a> </p>
<p>Figure 1 &#8211; Generative_Star.fx</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image19.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb19.png" width="400" height="322" /></a> </p>
<p>Figure 2 – Generative_Star property setters.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image20.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb20.png" width="400" height="273" /></a> </p>
<p>Figure 3 – Generative_Mandelbrot.fx</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image21.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb21.png" width="400" height="278" /></a> </p>
<p>Figure 4 – Generative_Bands.fx</p>
<h3>New and interesting shaders</h3>
<p>I continue to find and invent new pixel shaders for Shazzam. Here are&#160; few of my new samples and some from the community.</p>
<p>First, a look at the original image.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image22.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb22.png" width="400" height="271" /></a> </p>
<p>Figure 5 – Original image.</p>
<p>&#160;</p>
<p>The first shader I want to look at is the ApplyTextureMap.fx shader.&#160; There is a <a href="http://blog.shazzam-tool.com/index.php/2010/07/morphing-images-with-texture-map-pixel-shader/">more detailed post about this shader</a> on this site.&#160; ApplyTextureMap takes a second texture and morphs the pixels of the original.&#160; A common use for this in painting programs is to apply noise or canvas texture to the image.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image23.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb23.png" width="400" height="276" /></a> </p>
<p>Fiigure 6 – Morphed image.</p>
<p><strong>Glass Tiles</strong>: This shader comes from <a href=" http://hdprogramming.blogspot.com">Fakhruddin Faizal</a>.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image24.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb24.png" width="400" height="273" /></a> </p>
<p>Figure 7 – GlassTiles.fx</p>
<p><strong>PaperFold</strong>:&#160; From <a href="http://www.silverlightshow.net/items/Book-Folding-effect-using-Pixel-Shader.aspx">SilverlightShow</a></p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image25.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb25.png" width="400" height="273" /></a> </p>
<p>Figure 8 – Paperfold.fx</p>
<p><strong>Circles</strong>:&#160; This is one of mine.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image26.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb26.png" width="400" height="276" /></a> </p>
<p>Figure 9 – Circles.fx</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image27.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb27.png" width="400" height="273" /></a> </p>
<p>Figure 10 – Circles1.fx</p>
<p>FrostedOutline: Also from <a href=" http://hdprogramming.blogspot.com">Fakhruddin Faizal</a>.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image28.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb28.png" width="400" height="273" /></a> </p>
<p>Figure 11 – FrostedOutline.fx</p>
<p>I really like the frosted look on this sample image.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image29.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb29.png" width="400" height="301" /></a> </p>
<p>Figure 12 &#8211; Sample</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image30.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb30.png" width="400" height="304" /></a> </p>
<p>Figure 13 – Sample with FrostedOutline applied.</p>
<h3>Microsoft shaders</h3>
<p>While I was working on the first version of Shazzam the WPF team released sample shaders on CodePlex.&#160;&#160; I contacted them and asked if I could include them in Shazzam and they gave me a enthusiastic ‘yes!”.&#160; So most of those shaders wound up inside Shazzam.&#160; Version 1.3 adds the Transition effects from Microsoft.&#160;&#160; But I’ll show you those shaders in another post.</p>
<hr />
<p>Version 1.3 release date:&#160; July 14, 2010</p>
<hr />
<p>Do you know about the Shazzam twitter feed?</p>
<p><a href="http://twitter.com/shazzamtool">http://twitter.com/shazzamtool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shazzam-tool.com/index.php/2010/07/shazzam-1-3-eighty-sample-shaders-included/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Version 1.3 Shipped</title>
		<link>http://blog.shazzam-tool.com/index.php/2010/07/version-1-3-shipped/</link>
		<comments>http://blog.shazzam-tool.com/index.php/2010/07/version-1-3-shipped/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 06:11:01 +0000</pubDate>
		<dc:creator>waltritscher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.shazzam-tool.com/index.php/2010/07/version-1-3-shipped/</guid>
		<description><![CDATA[Cue the trumpets, play the fanfare.
Shazzam Shader Editor 1.3 is now available on shazzam-tool.com (July 14th, 2010.
]]></description>
			<content:encoded><![CDATA[<p>Cue the trumpets, play the fanfare.</p>
<p>Shazzam Shader Editor 1.3 is now available on shazzam-tool.com (July 14th, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shazzam-tool.com/index.php/2010/07/version-1-3-shipped/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Morphing Images with Texture Map Pixel Shader</title>
		<link>http://blog.shazzam-tool.com/index.php/2010/07/morphing-images-with-texture-map-pixel-shader/</link>
		<comments>http://blog.shazzam-tool.com/index.php/2010/07/morphing-images-with-texture-map-pixel-shader/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 18:38:46 +0000</pubDate>
		<dc:creator>waltritscher</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Shazzam]]></category>

		<guid isPermaLink="false">http://blog.shazzam-tool.com/index.php/2010/07/morphing-images-with-texture-map-pixel-shader/</guid>
		<description><![CDATA[.NET pixel shaders support up to 4 input textures.&#160; In the jargon of GPU shaders, a texture is the input (image, Silverlight Ui, etc) that is sampled before returning the new pixel color value.
One common effect used in shaders it to alter the look of the main image by using a second texture as a [...]]]></description>
			<content:encoded><![CDATA[<p>.NET pixel shaders support up to 4 input textures.&#160; In the jargon of GPU shaders, a <strong>texture</strong> is the input (image, Silverlight Ui, etc) that is sampled before returning the new pixel color value.</p>
<p>One common effect used in shaders it to alter the look of the main image by using a second texture as a bump map.</p>
<h3>Multi-Shader support</h3>
<p>Shazzam has supported multi-input shaders since version 1.2&#160; I’m pleased to announce that version 1.3 contains some useful sample shader that mix 2 to 4 textures for interesting effects.</p>
<p>For this article I’m going to use the new ApplyTextureMap.fx shader.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image1.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb1.png" width="300" height="424" /></a> </p>
<p>Figure 1 – Load ApplyTextureMap with Shader loader.</p>
<p>This shader expects two inputs:</p>
<pre class="code"><span style="color: green">/// &lt;class&gt;ApplyTextureMap&lt;/class&gt;

</span><span style="color: blue">sampler2D </span><span style="color: black">Texture1 : </span><span style="color: blue">register</span><span style="color: #006400">(</span><span style="color: black">s0</span><span style="color: #006400">);
</span><span style="color: blue">sampler2D </span><span style="color: black">TextureMap : </span><span style="color: blue">register</span><span style="color: #006400">(</span><span style="color: black">s2</span><span style="color: #006400">);</span></pre>
<p><a href="http://11011.net/software/vspaste"></a></p>
<h3>Applying and adjusting the TextureMap</h3>
<p>When Shazzam loads the shader the first time it picks the Cactus.jpg file as the ‘TextureMap’ image.&#160; </p>
<p>Here are the two images I will use for this demo.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image2.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb2.png" width="450" height="305" /></a> </p>
<p>Figure 2 – Texture1</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image3.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb3.png" width="450" height="335" /></a> </p>
<p>Figure 3 – TextureMap (the default Cactus image).</p>
<p>Press F5 to compile the shader, then choose the cactus image. You will see the original image morphed with the cactus.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image4.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb4.png" width="450" height="310" /></a> </p>
<p>Figure 4 – Morphed image.</p>
<h3>Choose different Texture</h3>
<p>Next, I will swap out the default TextureMap. </p>
<p>Click the Tryout (adjust settings) tab in Shazzam.&#160; Then click the ‘Choose Texture button.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image5.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb5.png" width="450" height="222" /></a> </p>
<p>Figure 6 – Change Texture.</p>
<p>Now I can choose from a list of included shaders,&#160; If you’d rather use your own image file, click the Open File… button instead.</p>
<p>This is the UI the pops up.&#160; </p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image6.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb6.png" width="450" height="329" /></a> </p>
<p>Figure 7. -&#160; Texture chooser.</p>
<p>If you hover over an item in the list you will see an enlarged version of the thumbnail.&#160; I’m choosing the glassblocks_medium texture.</p>
<h3>Results</h3>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image7.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb7.png" width="450" height="302" /></a> </p>
<p>Figure 8. – GlassBlocks applied, strength= .3.</p>
<p>&#160;</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image8.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb8.png" width="450" height="308" /></a> </p>
<p>Figure 9. – GlassBlocks applied, strength= 2.5.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image9.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb9.png" width="450" height="308" /></a> </p>
<p>Figure 10 – Whirlpool applied.</p>
<h3>Included Texture Maps</h3>
<p>There are over forty texture map files included in Shazzam 1.3!&#160; Note that most of the included textures include full color spectrum.&#160; By providing images that contain a full range of colors, you get a more affective mix of the pixels values in the final output.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image10.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb10.png" width="450" height="286" /></a> </p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image11.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb11.png" width="450" height="282" /></a> </p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image12.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb12.png" width="450" height="288" /></a> </p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image13.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb13.png" width="450" height="280" /></a> </p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image14.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb14.png" width="450" height="288" /></a> </p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image15.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb15.png" width="450" height="291" /></a> </p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image16.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb16.png" width="450" height="286" /></a> </p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image17.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb17.png" width="450" height="146" /></a> </p>
<p>&#160;</p>
<p>Version 1.3 release date:&#160; July 14, 2010</p>
<hr />
<p>Do you know about the Shazzam twitter feed?</p>
<p><a href="http://twitter.com/shazzamtool">http://twitter.com/shazzamtool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shazzam-tool.com/index.php/2010/07/morphing-images-with-texture-map-pixel-shader/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Feature list V1.3 &#8211; Remove dependency on DirectX SDK</title>
		<link>http://blog.shazzam-tool.com/index.php/2010/07/feature-list-v1-3-remove-dependency-on-directx-sdk/</link>
		<comments>http://blog.shazzam-tool.com/index.php/2010/07/feature-list-v1-3-remove-dependency-on-directx-sdk/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 05:40:30 +0000</pubDate>
		<dc:creator>waltritscher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.shazzam-tool.com/index.php/2010/07/feature-list-v1-3-remove-dependency-on-directx-sdk/</guid>
		<description><![CDATA[It seemed like such a good idea at the time. 

How did Shazzam ended up with a dependency on the DirectX SDK?&#160; You see there’s a couple ways to compile a pixel shader in DirectX.&#160; The technique you frequently see mentioned is to use the command line utility called FXC.exe.&#160;&#160; FXC works great but there [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>It seemed like such a good idea at the time. </p>
</blockquote>
<p>How did Shazzam ended up with a dependency on the DirectX SDK?&#160; You see there’s a couple ways to compile a pixel shader in DirectX.&#160; The technique you frequently see mentioned is to use the command line utility called FXC.exe.&#160;&#160; FXC works great but there is one tiny problem. It’s only available in the DirectX SDK. This might be a good time to mention that the current SDK is nearly 1 GB in size. Yes, that means to run Shazzam you have to download this gargantuan installer and wait 30 minutes for it to finish installing before you can even use Shazzam.</p>
<p>To remove the the dependency all you need to do is remove the call to FXC and find a way to invoke the DirectX DLLs directly. There are a couple techniques to accomplish this, and they all rely on making PInvoke calls.&#160; Earlier releases of Shazzam attempted to get the correct PInvoke code but it was never quite right. Short story, we keep relying on FXC to do the job.</p>
<h3>DirectX Ninja to the rescue</h3>
<p><a title="http://jmorrill.hjtcentral.com/" href="http://jmorrill.hjtcentral.com/">http://jmorrill.hjtcentral.com/</a></p>
<p>Jeremiah Morrill, or Jer to his friends, has a long history of working with .NET and DirectX.&#160; He created the <a href="http://wpfmediakit.codeplex.com/">WPF media kit</a> and the Laser Graffiti application.&#160; He’s busy in the Silverlight world too, working on the <a href="http://silverlightencoder.codeplex.com/">SilverlightEncoder</a> and <a href="http://silverlightviewport.codeplex.com/">SilverlightViewport</a>. He’s the hero of this story because he’s the guy that wrote the new compiler code for Shazzam 1.3.</p>
<p>Three months ago, Jer and I&#160; got together during the Expression Blend event at MIX10.&#160; Over a few Irish beers we got to talking about the trouble with the SDK.&#160; He volunteered to take a look at the problem and a couple months later he sent me the PInvoke code to make the DirectX compiler work.&#160; </p>
<p>It wasn’t all a cakewalk however. Jer’s code worked great but we struggled with making the DirectX calls work and ensure that the correct DLLs were in place.&#160; There were a number of complications which were discovered during testing but we worked them all out.</p>
<h3>No more SDK</h3>
<p>It’s with great pleasure that I can announce that Shazzam 1.3 is SDK free and works as soon as you install it on your computer. Time to celebrate.</p>
<p><a href="http://www.larryponchobrown.com/images/OnTheMainStage.jpg"><img border="1" alt="On The Main Stage" src="http://www.larryponchobrown.com/images/OnTheMainStage.jpg" width="488" height="365" /></a></p>
<ul>
<li>On the main stage – by&#160; Larry Brown.</li>
</ul>
<h3>Change to Settings Pane</h3>
<p>One side effect of this change is that you no longer need to configure the path to FXE.exe in the Shazzam settings pane. The setting has been removed.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/07/image_thumb.png" width="300" height="424" /></a> </p>
<p>&#160;</p>
<p> Release date:&#160; July 12, 2010</p>
<hr />
<p>Do you know about the Shazzam twitter feed?</p>
<p><a href="http://twitter.com/shazzamtool">http://twitter.com/shazzamtool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shazzam-tool.com/index.php/2010/07/feature-list-v1-3-remove-dependency-on-directx-sdk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shazzam 1.3 &#8211; Feature Overview</title>
		<link>http://blog.shazzam-tool.com/index.php/2010/07/shazzam-1-3-feature-overview/</link>
		<comments>http://blog.shazzam-tool.com/index.php/2010/07/shazzam-1-3-feature-overview/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 03:52:15 +0000</pubDate>
		<dc:creator>waltritscher</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Shazzam]]></category>

		<guid isPermaLink="false">http://blog.shazzam-tool.com/index.php/2010/07/shazzam-1-3-feature-overview/</guid>
		<description><![CDATA[Learn more about the features available in Shazzam 1.3.

Remove dependency on DirectX SDK 
Write more complex shaders with the PS_3 specification 
40 new texture maps added for multi input shaders 
New Texture picker added to Try-out tab 
Over 80 sample shaders 
20 tutorials added 
Changes to User Interface

Rearrange Code and Tryout tabs 
Remember last shader [...]]]></description>
			<content:encoded><![CDATA[<p>Learn more about the features available in Shazzam 1.3.</p>
<ul>
<li><a href="http://blog.shazzam-tool.com/index.php/2010/07/feature-list-v1-3-remove-dependency-on-directx-sdk/">Remove dependency on DirectX SDK</a> </li>
<li><a href="http://blog.shazzam-tool.com/index.php/2010/06/shazzam-1-3-coming-soon-with-ps_3_0/">Write more complex shaders with the PS_3 specification</a> </li>
<li><a href="http://blog.shazzam-tool.com/index.php/2010/07/morphing-images-with-texture-map-pixel-shader/">40 new texture maps added for multi input shaders</a> </li>
<li>New Texture picker added to Try-out tab </li>
<li><a href="http://blog.shazzam-tool.com/index.php/2010/07/shazzam-1-3-eighty-sample-shaders-included/">Over 80 sample shaders</a> </li>
<li>20 tutorials added </li>
<li>Changes to User Interface
<ul>
<li>Rearrange Code and Tryout tabs </li>
<li>Remember last shader in the Shader Loader list </li>
<li>Explore Texture Maps menu item </li>
<li>New hot keys </li>
</ul>
</li>
<li>Better support options in help menu </li>
<li>Standard Windows Installer </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.shazzam-tool.com/index.php/2010/07/shazzam-1-3-feature-overview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oh, shiny! Animated Mandelbrot shader effect</title>
		<link>http://blog.shazzam-tool.com/index.php/2010/07/oh-shiny-animated-mandelbrot-shader-effect/</link>
		<comments>http://blog.shazzam-tool.com/index.php/2010/07/oh-shiny-animated-mandelbrot-shader-effect/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 03:38:57 +0000</pubDate>
		<dc:creator>waltritscher</dc:creator>
				<category><![CDATA[Shader]]></category>

		<guid isPermaLink="false">http://blog.shazzam-tool.com/index.php/2010/07/oh-shiny-animated-mandelbrot-shader-effect/</guid>
		<description><![CDATA[Shazzam 1.3 is shipping next week, on July 12th, 2010.&#160;&#160;&#160; Here’s a taste of the new Generative_Mandelbrot.fx.&#160; This effect doesn’t use any of the pixels from the original source, hence the name Generative.&#160; It uses the Mandelbrot&#160; fractal algorithm, but it is not very recursive.&#160; The animation is running in the Shazzam interface.
&#160;

Now the WPF [...]]]></description>
			<content:encoded><![CDATA[<p>Shazzam 1.3 is shipping next week, on July 12th, 2010.&#160;&#160;&#160; Here’s a taste of the new Generative_Mandelbrot.fx.&#160; This effect doesn’t use any of the pixels from the original source, hence the name Generative.&#160; It uses the Mandelbrot&#160; fractal algorithm, but it is not very recursive.&#160; The animation is running in the Shazzam interface.</p>
<p>&#160;</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=13233374&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=13233374&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object></p>
<p>Now the WPF supports PS_3 shaders, this example can probably be enhanced further.&#160; Want to take a shot at it?</p>
<p>Did you know about the Shazzam twitter feed?</p>
<p><a href="http://twitter.com/shazzamtool">http://twitter.com/shazzamtool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shazzam-tool.com/index.php/2010/07/oh-shiny-animated-mandelbrot-shader-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shazzam 1.3 &#8211; Coming soon with PS_3_0</title>
		<link>http://blog.shazzam-tool.com/index.php/2010/06/shazzam-1-3-coming-soon-with-ps_3_0/</link>
		<comments>http://blog.shazzam-tool.com/index.php/2010/06/shazzam-1-3-coming-soon-with-ps_3_0/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 04:04:27 +0000</pubDate>
		<dc:creator>waltritscher</dc:creator>
				<category><![CDATA[Shazzam]]></category>

		<guid isPermaLink="false">http://blog.shazzam-tool.com/index.php/2010/06/shazzam-1-3-coming-soon-with-ps_3_0/</guid>
		<description><![CDATA[We’re getting close to a release of the next version of Shazzam.&#160; This is the first in a number of articles describing the new features.&#160; 
Built on .NET 4.0
The latest version of .NET shipped in April.&#160;&#160;&#160; There is one key feature in WPF that we had to include in Shazzam 1.3.&#160;&#160; 
The PixelShader class now [...]]]></description>
			<content:encoded><![CDATA[<p>We’re getting close to a release of the next version of Shazzam.&#160; This is the first in a number of articles describing the new features.&#160; </p>
<h3>Built on .NET 4.0</h3>
<p>The latest version of .NET shipped in April.&#160;&#160;&#160; There is one key feature in WPF that we had to include in Shazzam 1.3.&#160;&#160; </p>
<blockquote><p>The PixelShader class now accepts Pixel Shader 3.0 shaders when your hardware supports them. <strong>Important</strong>: There is no software rendering for PS 3.0. For example, you won&#8217;t see PS 3.0 Effects over Remote Desktop, when printing, in RenderTargetBitmap, etc&#8230; &#8211; <a href="http://blogs.msdn.com/b/wpf3d/">WPF3D Team Blog</a></p>
</blockquote>
<p> Yes, you can now target Pixel Shader 3 in your shader!</p>
<h3>What do I get with the Pixel Shader 3. specification?</h3>
<p>For starters, you get a lot more instructions in your HLSL.&#160; What this means to you is that you can write more lines of HLSL before getting the dreaded “Instructions Limit Exceeded” compile error.&#160; Here’s a list of the differences between the two specs.&#160; Not all these feature may be support in WPF.&#160; We are still learning more about the WPF coverage.</p>
<table border="1" cellpadding="0">
<tbody>
<tr>
<td>
<p><b>Pixel shader version</b></p>
</td>
<td>
<p><b>2.0</b></p>
</td>
<td>
<p><b>3.0</b><sup><a href="http://en.wikipedia.org/wiki/High_Level_Shader_Language#cite_note-SM3-1">[2]</a></sup><b></b></p>
</td>
</tr>
<tr>
<td>
<p><b>Dependent texture limit</b></p>
</td>
<td>
<p>8</p>
</td>
<td>
<p>Unlimited</p>
</td>
</tr>
<tr>
<td>
<p><b>Instruction slots</b></p>
</td>
<td>
<p>32 + 64</p>
</td>
<td>
<p>≥ 512</p>
</td>
</tr>
<tr>
<td>
<p><b>Executed instructions</b></p>
</td>
<td>
<p>32 + 64</p>
</td>
<td>
<p>65536</p>
</td>
</tr>
<tr>
<td>
<p><b>Texture instruction limit</b></p>
</td>
<td>
<p>32</p>
</td>
<td>
<p>Unlimited</p>
</td>
</tr>
<tr>
<td>
<p><b>Position register</b></p>
</td>
<td>
<p>No</p>
</td>
<td>
<p>Yes</p>
</td>
</tr>
<tr>
<td>
<p><b>Texture indirections</b></p>
</td>
<td>
<p>4</p>
</td>
<td>
<p>No Limit</p>
</td>
</tr>
<tr>
<td>
<p><b>Interpolated registers</b></p>
</td>
<td>
<p>2 + 8</p>
</td>
<td>
<p>10</p>
</td>
</tr>
<tr>
<td>
<p><b>Instruction predication</b></p>
</td>
<td>
<p>No</p>
</td>
<td>
<p>Yes</p>
</td>
</tr>
<tr>
<td>
<p><b>Index input registers</b></p>
</td>
<td>
<p>No</p>
</td>
<td>
<p>Yes</p>
</td>
</tr>
<tr>
<td>
<p><b>Temp registers</b></p>
</td>
<td>
<p>12</p>
</td>
<td>
<p>32</p>
</td>
</tr>
<tr>
<td>
<p><b>Constant registers</b></p>
</td>
<td>
<p>32</p>
</td>
<td>
<p>224</p>
</td>
</tr>
<tr>
<td>
<p><b>Gradient instructions</b></p>
</td>
<td>
<p>No</p>
</td>
<td>
<p>Yes</p>
</td>
</tr>
<tr>
<td>
<p><b>Loop count register</b></p>
</td>
<td>
<p>No</p>
</td>
<td>
<p>Yes</p>
</td>
</tr>
<tr>
<td>
<p><b>Dynamic flow control</b></p>
</td>
<td>
<p>No</p>
</td>
<td>
<p>24</p>
</td>
</tr>
<tr>
<td>&#160;</td>
<td>&#160;</td>
<td>&#160;</td>
</tr>
<tr>
<td>
<p><b></b></p>
</td>
<td>&#160;</td>
<td>&#160;</td>
</tr>
</tbody>
</table>
<p>Read more at <a title="http://msdn.microsoft.com/en-us/library/bb219846(VS.85).aspx" href="http://msdn.microsoft.com/en-us/library/bb219846(VS.85).aspx">http://msdn.microsoft.com/en-us/library/bb219846(VS.85).aspx</a>&#160;</p>
<h3>New Settings for compiler</h3>
<p>The Settings Pane has changed to accommodate this change.&#160;&#160; When choosing the target framework you can pick WPF PS3, WPF PS2 or Silverlight.</p>
<p>&#160;<a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/06/image.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/06/image_thumb.png" width="350" height="522" /></a> </p>
<p>Bad news for the Silverlight developers though.&#160; You don’t get to move to Pixel shader 3 yet.&#160;&#160; </p>
<p><strong>Ship date</strong>: Shazzam 1.3&#160; will be out by mid June.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shazzam-tool.com/index.php/2010/06/shazzam-1-3-coming-soon-with-ps_3_0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Community Page &#8211; Pixel shader projects</title>
		<link>http://blog.shazzam-tool.com/index.php/2010/04/community-page-pixel-shader-projects/</link>
		<comments>http://blog.shazzam-tool.com/index.php/2010/04/community-page-pixel-shader-projects/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 17:16:38 +0000</pubDate>
		<dc:creator>waltritscher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.shazzam-tool.com/index.php/2010/04/community-page-pixel-shader-projects/</guid>
		<description><![CDATA[I’ve added a new page to the shazzam-tool.com blog.&#160; It contains links to Silverlight/WPF projects that used Shazzam during the development cycle.
http://blog.shazzam-tool.com/index.php/community/
How are you using Shazzam?
I’m amazed at the applications that are being created with pixel shaders.&#160; Shazzam plays a small part in the development lifetime of some of these projects.
Do you have your own [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve added a new page to the shazzam-tool.com blog.&#160; It contains links to Silverlight/WPF projects that used Shazzam during the development cycle.</p>
<p><a title="http://blog.shazzam-tool.com/index.php/community/" href="http://blog.shazzam-tool.com/index.php/community/">http://blog.shazzam-tool.com/index.php/community/</a></p>
<h3>How are you using Shazzam?</h3>
<p>I’m amazed at the applications that are being created with pixel shaders.&#160; Shazzam plays a small part in the development lifetime of some of these projects.</p>
<p>Do you have your own project that you are proud to show off? Did you use Shazzam to generate your shaders?</p>
<p><a href="mailto:waltonline@scandiasoft.com">Submit your Project</a> and I’ll add it to the community page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shazzam-tool.com/index.php/2010/04/community-page-pixel-shader-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shazzam 1.2  &#8211; Image Stretch</title>
		<link>http://blog.shazzam-tool.com/index.php/2010/04/shazzam-1-2-image-stretch/</link>
		<comments>http://blog.shazzam-tool.com/index.php/2010/04/shazzam-1-2-image-stretch/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 18:53:06 +0000</pubDate>
		<dc:creator>waltritscher</dc:creator>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[Shazzam]]></category>

		<guid isPermaLink="false">http://blog.shazzam-tool.com/index.php/2010/04/shazzam-1-2-image-stretch/</guid>
		<description><![CDATA[Shazzam 1.2 offers four ways to stretch the view of your samples.&#160; 
 
Figure 1.&#160; the new Image Stretch menu.
&#160;
Examples of each of the Image Stretch modes.
 
Figure 2: Original Image
&#160;
In the following screenshots the work area is deliberately sized to a narrow width in order to show the differences in the stretch modes.
 
Figure [...]]]></description>
			<content:encoded><![CDATA[<p>Shazzam 1.2 offers four ways to stretch the view of your samples.&#160; </p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image_thumb.png" width="400" height="256" /></a> </p>
<p>Figure 1.&#160; the new Image Stretch menu.</p>
<p>&#160;</p>
<h3>Examples of each of the Image Stretch modes.</h3>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image1.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image_thumb1.png" width="400" height="267" /></a> </p>
<p>Figure 2: Original Image</p>
<p>&#160;</p>
<p>In the following screenshots the work area is deliberately sized to a narrow width in order to show the differences in the stretch modes.</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image2.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image_thumb2.png" width="400" height="911" /></a> </p>
<p>Figure 3: Image Stretch None.</p>
<p>&#160;</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image3.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image_thumb3.png" width="400" height="886" /></a> </p>
<p>Figure 4: Image Stretch Fill.</p>
<p>&#160;</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image4.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image_thumb4.png" width="400" height="911" /></a> </p>
<p>Figure 5: Image Stretch Uniform</p>
<p>&#160;</p>
<p><a href="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image5.png"><img style="display: inline" title="image" alt="image" src="http://blog.shazzam-tool.com/wp-content/uploads/2010/04/image_thumb5.png" width="400" height="911" /></a> </p>
<p>Figure 6: Image Stretch UniformToFill</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shazzam-tool.com/index.php/2010/04/shazzam-1-2-image-stretch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Korean Video Showcases Shazzam</title>
		<link>http://blog.shazzam-tool.com/index.php/2010/04/korean-video-showcases-shazzam/</link>
		<comments>http://blog.shazzam-tool.com/index.php/2010/04/korean-video-showcases-shazzam/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 18:30:41 +0000</pubDate>
		<dc:creator>waltritscher</dc:creator>
				<category><![CDATA[Shazzam]]></category>

		<guid isPermaLink="false">http://blog.shazzam-tool.com/index.php/2010/04/korean-video-showcases-shazzam/</guid>
		<description><![CDATA[공도’s 실버라이트 하기 좋은날 #26 Shazzam-tool로 픽셀셰이더 이펙트 만들기
That’s Korean for ‘Shazzam-tool making pixel shader effects’. 
Shazzam continues to appear on developer desktops around the world.&#160; Now our Korean fans have a video detailing how to use Shazzam.
&#160;
왠지 오랫만에 기술적인 내용으로 돌아온 느낌이네요.
픽셀셰이더 이펙트는 아마 10회차에서 익스프레션 스튜디오 카페의 거북사마님이 잘 소개해 주셨는데요,
그 때는 기본으로 [...]]]></description>
			<content:encoded><![CDATA[<p>공도’s 실버라이트 하기 좋은날 #26 Shazzam-tool로 픽셀셰이더 이펙트 만들기</p>
<p>That’s Korean for ‘Shazzam-tool making pixel shader effects’. </p>
<p>Shazzam continues to appear on developer desktops around the world.&#160; Now our Korean fans have a video detailing how to use Shazzam.</p>
<blockquote><p>&#160;</p>
<p>왠지 오랫만에 기술적인 내용으로 돌아온 느낌이네요.</p>
<p>픽셀셰이더 이펙트는 아마 10회차에서 익스프레션 스튜디오 카페의 거북사마님이 잘 소개해 주셨는데요,</p>
<p>그 때는 기본으로 내장된 이펙트와 공개되어 있는 이펙트를 사용하는 방법만 알아봤었죠.</p>
<p>이번 시간에는 Shazzam-tool을 활용하여 직접 픽셀셰이더 이펙트를 만드는 방법을 알아볼게요.</p>
<p>픽셀셰이더 이펙트를 만드려면 먼저 HLSL(High Level Shader Language)라는 언어를 사용하여 픽셀셰이더 소스코드를 작성하고,</p>
<p>DirectX SDK에 들어 있는 셰이더 이펙트 컴파일러인 fxc.exe로 소스코드를 컴파일하여 ps파일을 얻은 후,</p>
<p>실버라이트 프로젝트에 리소스로 포함하고 그것을 사용하는 셰이더 이펙트 클래스를 만들어주면 돼요.</p>
<p>&#160;</p>
<p>&#160;</p>
</blockquote>
<p><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="512" height="384"><param name="source" value="http://channel9.msdn.com/App_Themes/default/VideoPlayer2009_01_29.xap" /><param name="initParams" value="m=http://ecn.channel9.msdn.com/o9/ch9/6/6/2/0/6/4/silverlightGongdo0401_2MB_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://ecn.channel9.msdn.com/o9/ch9/6/6/2/0/6/4/silverlightGongdo0401_512_ch9.png, postid=455689" /><param name="background" value="#00FFFFFF" /><a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"> <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none" /> </a> </object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shazzam-tool.com/index.php/2010/04/korean-video-showcases-shazzam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/6/6/2/0/6/4/silverlightGongdo0401_2MB_ch9.wmv" length="83643984" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
