<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>dotnetcat: Graphics .NET news</title>
<link>http://www.dotnetcat.com/</link>
<atom:link href="http://www.dotnetcat.com/news/Graphics/rss.xml" rel="self" type="application/rss+xml" />
<description>.NET developer news by tags: C#, ASP.NET, VB.NET, database, security, performance and more</description>
<language>en-us</language>
<item>
<title>PSAM Control Library</title>
<link>http://www.dotnetcat.com/news/Graphics/id/14101/</link>
<guid>http://www.dotnetcat.com/news/Graphics/id/14101/</guid>
<pubDate>Sun, 13 Jun 2010 03:39:00 -0500</pubDate>
<description><![CDATA[PSAM Control Library is a WinForms library containing the IncipitViewer control for drawing musical notes which can be read from MusicXml file or added programmatically. The library was initially a component of larger software Polish System for Archivising Music but I thought it could be useful for other software developers so I decided to distribute it under BSD licence. PSAM Control Library is written in C# under Microsoft Visual Studio Express.   ]]></description>
<category><![CDATA[Graphics]]></category>
</item>
<item>
<title>Drawing multiple layers without flicker</title>
<link>http://www.dotnetcat.com/news/Graphics/id/14057/</link>
<guid>http://www.dotnetcat.com/news/Graphics/id/14057/</guid>
<pubDate>Mon, 07 Jun 2010 16:51:00 -0500</pubDate>
<description><![CDATA[Improve drawing speed using layers in .NET]]></description>
<category><![CDATA[Graphics]]></category>
</item>
<item>
<title>Generating Graphs with WPF</title>
<link>http://www.dotnetcat.com/news/WPF/id/14060/</link>
<guid>http://www.dotnetcat.com/news/WPF/id/14060/</guid>
<pubDate>Sun, 06 Jun 2010 19:00:00 -0500</pubDate>
<description><![CDATA[A common software-development task is generating a graph from a set of test-related data. But if you're doing it by hand and the underlying data changes frequently, this particular task can become quite tedious. James McCaffrey shows you how to automate the process using Windows Presentation Foundation technology.]]></description>
<category><![CDATA[WPF]]></category>
</item>
<item>
<title>Using lambdas for WPF animation</title>
<link>http://www.dotnetcat.com/news/Graphics/id/14027/</link>
<guid>http://www.dotnetcat.com/news/Graphics/id/14027/</guid>
<pubDate>Fri, 04 Jun 2010 11:58:00 -0500</pubDate>
<description><![CDATA[It’s fairly easy to create and animate a graphical primitive, say by moving it from point A to point B at constant speed. But what if you need to position several graphical objects in a particular arrangement and then animate them in a non-linear fashion? Neither Silverlight nor WPF has built-in functions for this. In this article, I’ll demonstrate ways in which one can create objects and animations dynamically using lambda-delegates and higher-order functions.]]></description>
<category><![CDATA[Graphics]]></category>
</item>
<item>
<title>Making SVG Charts with Common Objects</title>
<link>http://www.dotnetcat.com/news/Graphics/id/13998/</link>
<guid>http://www.dotnetcat.com/news/Graphics/id/13998/</guid>
<pubDate>Sat, 29 May 2010 08:45:00 -0500</pubDate>
<description><![CDATA[This article explains how to create some interesting charts in SVG documents]]></description>
<category><![CDATA[Graphics]]></category>
</item>
<item>
<title>A simple JPEG Encoder in C#</title>
<link>http://www.dotnetcat.com/news/Graphics/id/13944/</link>
<guid>http://www.dotnetcat.com/news/Graphics/id/13944/</guid>
<pubDate>Sat, 22 May 2010 17:25:00 -0500</pubDate>
<description><![CDATA[Most of the implementations of JPEG Encoder/Decoder are in C/C++. But, for a project my friend 'anirban' required a JPEG Encoder in C#. So, we started writing our own encoder. It turned out to be very complex and difficult. The one we wrote from scratch was really-really slow.. some functions had 4th order complexity (Mostly the DCT part). Somehow, we managed to get some 'C' code from a forum. I converted parts of the 'C' code to C#, it was tedious work, but it worked pretty fast due to the fast DCT (AA&amp;N). ]]></description>
<category><![CDATA[Graphics]]></category>
</item>
<item>
<title>The OpenGL and GLUT: A Powerful Graphics Library and Utility Kit</title>
<link>http://www.dotnetcat.com/news/Graphics/id/13860/</link>
<guid>http://www.dotnetcat.com/news/Graphics/id/13860/</guid>
<pubDate>Thu, 13 May 2010 01:34:00 -0500</pubDate>
<description><![CDATA[Since OpenGL drawing commands are limited to those that generate simple geometric primitives (points, lines, and polygons), the OpenGL Utility Toolkit (GLUT) has been created to aid in the development of more complicated three-dimensional objects such as a sphere, a torus, and even a teapot. GLUT may not be satisfactory for full-featured OpenGL applications, but it is a useful starting point for learning OpenGL&hellip;]]></description>
<category><![CDATA[Graphics]]></category>
</item>
<item>
<title>Visualizing Complex Functions</title>
<link>http://www.dotnetcat.com/news/Examples/id/13850/</link>
<guid>http://www.dotnetcat.com/news/Examples/id/13850/</guid>
<pubDate>Wed, 12 May 2010 01:28:00 -0500</pubDate>
<description><![CDATA[A program to produce beautiful and informative images of complex functions.]]></description>
<category><![CDATA[Examples]]></category>
</item>
<item>
<title>Busy Dizzy Bee-sley Spirographic Animation in Expression Blend &amp;amp; Silverlight</title>
<link>http://www.dotnetcat.com/news/Graphics/id/13833/</link>
<guid>http://www.dotnetcat.com/news/Graphics/id/13833/</guid>
<pubDate>Tue, 11 May 2010 05:13:00 -0500</pubDate>
<description><![CDATA[Simulating a random motion animation without code, using Spirographic Shapes, PathListBoxes, Storyboards &amp; Behaviours]]></description>
<category><![CDATA[Graphics]]></category>
</item>
<item>
<title>Color Matrix Image Drawing Effects</title>
<link>http://www.dotnetcat.com/news/Graphics/id/13716/</link>
<guid>http://www.dotnetcat.com/news/Graphics/id/13716/</guid>
<pubDate>Thu, 22 Apr 2010 09:33:00 -0500</pubDate>
<description><![CDATA[This C# program demonstrates the effect of using the ColorMatrix operator on an image. This program contains several sample matrix filters which you can select and modify. The top portion of the program interface contains three images. A background image, an overlay and the result of applying the color matrix on the overlay rendered on top of the background image.]]></description>
<category><![CDATA[Graphics]]></category>
</item>
</channel>
</rss> 