Login


Graphics

Articles about manipulating and working with images and graphics.
General Programming » Graphics

 

General
General topics related to working with and manipulating images and graphics.

Controlling JPEG Compression
The JPG graphics format supports varying level of compression and quality. Although it isn't readily visible, the Image.Save() method allows you to control this level. Here's a sample C# method that demonstrates how.
By Jonathan Wood on Friday, May 18, 2012

Programmatically Resizing an Image
The .NET frameworks make it easy to resize an image programmatically. Here are some routines I used on a website to process avatars uploaded by users.
By Jonathan Wood on Tuesday, March 8, 2011