.NET news » Graphics 
Oil Paint Effect: Implementation of Oil Painting Effect on an Image
Applying oil painting effect on an image.
20 Oct 2012, 22:52:00 Source: Oil Paint Effect: Implementation of Oil Painting Effect...
Tags: Graphics
Building HTML5 Applications: CSS3 Effects, Transitions and Animations
Learn how CSS3 makes Web development a lot easier. With a few new CSS properties and some cool demos, you’ll see how to save countless development hours.
31 May 2012, 18:00:00 Source: Building HTML5 Applications: CSS3 Effects, Transitions...
Tags: Graphics
Determining which TabPage was clicked
This method, although it doesn't use binary search, handles Multiline tab pages too.private static intGetTabIndexAt( System.Windows.Forms.TabControl tabControl, System.Drawing.Point point){ int result = -1; if (tabControl != null) { for (int i = 0;...
Building HTML5 Applications: Using HTML5 Canvas for Data Visualization
The new HTML5 canvas element gives you the power to create and manipulate images and animations on the fly. And it’s not just for complex projects like games. As Brandon Satrom demonstrates, you can use it to do some pretty cool data visualization as well.
2 Jan 2012, 18:00:00 Source: Building HTML5 Applications: Using HTML5 Canvas for Data...
Tags: Graphics
Animations in HTML5
Exploring possibilities by comparing the HTML5 canvas element with the possibilities of CSS3 animations
Base64 Encoding on a GPU
Performing base64 encoding on a graphics processing unit using CUDAfy.NET (CUDA in .NET).
Zoom an image with different interpolation types.
Implementation of different interpolations[Bi-Linear and Bi-Cubic] with OpenGL.
Creation of Dynamic Charts in Report Builder
Some time ago, I was involved in getting reports built using the Report Builder for a web based reporting application.
Batch Image Format Converter
Convert pictures of different format to desired format, i.e., picture of BMP, JPG, PNG, etc. can be converted into selected one (for say tiff)
Drawing an Image as a 3-D Surface
Code is described for drawing an image as a 3D surface plot using OpenGL