.NET news » Graphics Graphics Rss Feed

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;...
3 Jan 2012, 06:39:00   Source: Determining which TabPage was clicked   Tags: Graphics

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
9 Dec 2011, 20:00:00   Source: Animations in HTML5   Tags: Graphics

Base64 Encoding on a GPU

Performing base64 encoding on a graphics processing unit using CUDAfy.NET (CUDA in .NET).
2 Nov 2011, 11:04:00   Source: Base64 Encoding on a GPU   Tags: Graphics

Zoom an image with different interpolation types.

Implementation of different interpolations[Bi-Linear and Bi-Cubic] with OpenGL.
19 Aug 2011, 10:28:00   Source: Zoom an image with different interpolation types.   Tags: Graphics

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.
9 Aug 2011, 15:48:00   Source: Creation of Dynamic Charts in Report Builder   Tags: Graphics

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)
4 Jun 2011, 10:46:00   Source: Batch Image Format Converter   Tags: Examples Graphics

Drawing an Image as a 3-D Surface

Code is described for drawing an image as a 3D surface plot using OpenGL
4 Jun 2011, 09:15:00   Source: Drawing an Image as a 3-D Surface   Tags: Graphics
‹ Previous1238Next ›