k
Tue Jan 06 22:32:22 CST 2004
Matthew,
GDI+ supports several image file formats natively, including jpeg, bmp, gif,
tiff and others, as well as common image transformation operations such as
cropping, rotation, flipping, and image adjustments for contrast,
brightness, and blurring. The architecture is extensible, so you can add new
image formats if necessary.
You can read a little more about editing images in GDI+ here:
http://www.devx.com/dotnet/article/10031
"Generate and Modify Images with GDI+
Use GDI+ and the System.Drawing classes to simplify the process of
manipulating images."
by Randy Holloway"
k