.NET news » Graphics Graphics Rss Feed

download

Bitonal (TIFF) Image Converter for .NET

The .NET framework provides rich support for generating and manipulating bitmap images, but it lacks one significant feature that is imperative for image processing - the ability to modify and then save modified bitonal (i.e., black and white or one-bit per pixel) images. Bitonal images are commonly used in document management and document imaging applications for scanned documents. Bitonal images are most commonly stored in the TIFF (Tagged Image File Format) file format with a CCITT Group IV compression algorithm..
16 Apr 2007, 13:13:00   Source: Bitonal (TIFF) Image Converter for .NET   Tags: Graphics

Mandelbrot set with smooth drawing

This program implements a simple way to see a Mandelbrot set.
11 Apr 2007, 17:59:00   Source: Mandelbrot set with smooth drawing   Tags: Graphics

Draw US flag using C# and GDI+

Visual C# provides a powerful GDI+ class library interface that allows users to draw various graphics objects. This article shows you how to create a US flag using C# and GDI+. The US flag contains 50 star polygons and several rectangles.
26 Mar 2007, 15:19:00   Source: Draw US flag using C# and GDI+   Tags: Examples Graphics

IconLib - Icons Unfolded (MultiIcon and Windows Vista supported)

Library to manipulate icons and icons libraries with support to create, load, save, import and export icons in ico, icl, dll, exe, cpl and src format. (Windows Vista icons supported).

Aero Glass: Create Special Effects With The Desktop Window Manager

In this article we introduce the Desktop Window Manager, the new system that manages how windows are rendered on the Windows Vista desktop. See how to programmatically take advantage of it in your applications.
12 Mar 2007, 19:00:00   Source: Aero Glass: Create Special Effects With The Desktop...   Tags: Graphics

Extensions to DrawTools

DrawTools library extended to include Layers, Zoom, Pan, Rotation
6 Mar 2007, 15:35:00   Source: Extensions to DrawTools   Tags: Graphics

Plot 3D surfaces

This article describes a simple method of rendering 3D surfaces on a 2D plane. It doesn't use OpenGL or DirectX or stuff like that. It just utilizes the power of the CPU.
21 Feb 2007, 16:51:00   Source: Plot 3D surfaces   Tags: Graphics

Analog and LED Meter

VU or Level meter, LED or Analog display
21 Feb 2007, 14:01:00   Source: Analog and LED Meter   Tags: Components Graphics

ReflectionPicture

A Vista-Style control that shows an image and its gradient-opactity reflection
21 Feb 2007, 09:18:00   Source: ReflectionPicture   Tags: Graphics

Creating a glass button using GDI+

How to create an animating glass button using only GDI+ (and not using WPF).
19 Feb 2007, 14:00:00   Source: Creating a glass button using GDI+   Tags: Graphics Components GUI