<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with System.Drawing</title>
    <description>the latest stories tagged with 'System.Drawing' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Extending the System.Drawing.Image clas to make a thumbnail</title>
      <description>Extending the System.Drawing.Image clas to make a thumbnail easy way. Instead of using getThumbnail you just use Tothumbnail and a maximumsize, optional parameter is if you want to keep the aspect ratio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.lessthandot.com%2fadmin.php%3fctrl%3ditems%26blog%3d4%26p%3d90"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.lessthandot.com%2fadmin.php%3fctrl%3ditems%26blog%3d4%26p%3d90" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Extending_the_System_Drawing_Image_clas_to_make_a_thumbnail</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Extending_the_System_Drawing_Image_clas_to_make_a_thumbnail</guid>
      <pubDate>Wed, 16 Jul 2008 23:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Drawing images and bar charts with System.Drawing</title>
      <description>An example of how we can create an image and even bar charts by using the System.Drawing namespace. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetlibrary.com%2farticledetails.aspx%3farticle%3dDrawing-images-and-bar-charts-with-System.Drawing"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetlibrary.com%2farticledetails.aspx%3farticle%3dDrawing-images-and-bar-charts-with-System.Drawing" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Drawing_images_and_bar_charts_with_System_Drawing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Drawing_images_and_bar_charts_with_System_Drawing</guid>
      <pubDate>Tue, 15 May 2007 01:38:51 GMT</pubDate>
    </item>
    <item>
      <title>Render PNG from ASPX</title>
      <description>Workaround for exception that results from the following:

Syste.Drawing.Bitmap.Save(HttpContext.Response.OutputStream, System.Drawing.Imaging.ImageFormat.Png); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetjunkies.com%2fWebLog%2fchris.taylor%2farchive%2f2004%2f09%2f05%2f24481.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetjunkies.com%2fWebLog%2fchris.taylor%2farchive%2f2004%2f09%2f05%2f24481.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Render_PNG_from_ASPX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Render_PNG_from_ASPX</guid>
      <pubDate>Tue, 10 Apr 2007 10:16:01 GMT</pubDate>
    </item>
    <item>
      <title>A csharp image enhancement filters library</title>
      <description>This project started from a need. A need to have a simple image/photo .Net filters functionality to style and enhance pictures to be displayed on the web (or any other place for that matter). True, there are some filter libraries scattered around the web for doing stuff like a WaterMark or a GrayScale or even a collection of those (ImageMagick) , in most of the times they are very basic or unhelpful for styling images. Furthermore the .NET System.Drawing.* namespace doesn't provide any basic or sophisticated capabilities, for example there isn't a proper rotate or resize functionality .So the goal was to collect all of the nice .NET filters that are out there into a single package and to extend it by providing more useful and styled filters. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fyael_image_filters.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fyael_image_filters.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/A_csharp_image_enhancement_filters_library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/A_csharp_image_enhancement_filters_library</guid>
      <pubDate>Wed, 06 Dec 2006 19:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Using System.Drawing to Create dynamic charts</title>
      <description>Excellent beginning tutorial that covers using System.Drawing to create dynamic charts. It starts from the basics of figuring out coordinates and progresses through creating the chart and saving it as an image file. Downloadable code is included. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sitepoint.com%2farticle%2fasp-net-graphs-raise-the-bar"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sitepoint.com%2farticle%2fasp-net-graphs-raise-the-bar" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_System_Drawing_to_Create_dynamic_charts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_System_Drawing_to_Create_dynamic_charts</guid>
      <pubDate>Mon, 04 Dec 2006 12:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>