.NET news » Graphics 
Pro .NET 2.0 Graphics Programming (Expert's Voice in .Net)
Author: Eric White
Average rating: (4 reviews)
More .NET Graphics books
How to Use Transparent Images and Labels in Windows Forms
The controls in Windows Forms (.NET) don't support true transparency. In this article we show how to use transparent labels and images.
8 Apr 2008, 07:59:00 Source: How to Use Transparent Images and Labels in Windows Forms
Tags: GUI
Graphics
Arcball OpenGL in C#
Arcball (also know as RollerBall) is probably the most intuitive method to view three dimensional objects. The principle of the arcball is based on creating a sphere around the object, and let users to click a point on the sphere and drag it to a different location. There is a bit of math involved of course and you can Google it. The code here is a C# source code implementing an arcball in OpenGL (CsGL to be exact).
Texture Transfer using Efros & Freeman's Image Quilting Algorithm
A texture transfer program that implements Efros & Freeman's texture transfer algorithm
7 Mar 2008, 12:53:00 Source: Texture Transfer using Efros & Freeman's Image Quilting...
Tags: Graphics
Examples
Combined Grayscale and Color Images
After growing tired of spending hours zoomed in at 800% magnification using the polygon lasso tool to create combined grayscale and color images in Macromedia Fireworks, I decided that there had to be a better way. Thus I embarked upon creating this application to make my life and hopefully that of others easier.
Simple Column Chart Generator
This article shows how to generate some column chart images for your users on a easy way. You can simply give some arguments to the class library and receive back an image object, or directly save it on hard disk.
Simple Image Resizing Library
My goals for this library were to make it easy to use, and flexible enough to be used no matter how you store your images (FileSystem, Database, Amazon Web Services, etc). As for the discussion on which way is the "best" way to store images - I'll leave that to someone else. However, anyway you go, there's still some common things you have to think about: resizing images and maintaining aspect ratio, uniqueness of file names, etc.
Dynamic Images with ImageTemplate.NET
Have you ever had the need to generate images on the fly in your ASP.NET applications? You could use GDI.NET to do this directly, but we think we have an easier way. Enter ImageTemplate.NET. ImageTemplate.NET lets you configure an image template in an XML file and then change the image that is generated by passing parameters in the URL.
A Screen Capture Utility
JPG Capture is a utility designed for the developers to capture the debugging screenshot, while it is also ideal for general screen capture purpose. JPG Capture can capture the desktop screen into picture files in sequence. Users can define the capture hotkey, capture area (Current window, Full screen or Rectangular area), picture format ( .jpg, .gif, and .bmp etc) and destination.
Draw with Mouse
An article showing how to draw on screen
2D Fast Wavelet Transform Library for Image Processing
The article demonstrating the use of 2D Fast wavelet transform for image processing

