.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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top