.Tif Pictures

  • Thread starter Thread starter Mathew
  • Start date Start date
M

Mathew

I got some .tif pictures that I used in ACCESS.
I am trying to use these pictures in VB.NET. Do
I have to switch these pictures format over to something
else or is there a way I can use them?
 
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
 
Back
Top