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?

Re: .Tif Pictures by k

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



Re: .Tif Pictures by Richard

Richard
Sun Jan 11 19:18:39 CST 2004

Bitmap class supports tiffs

"Mathew" <mkreps@feltontel.net> wrote in message
news:06ed01c3d47c$779802f0$a001280a@phx.gbl...
> 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?
>
>
>