Images - TIF

Images - TIF

Anonymous
Not applicable
284 Views
3 Replies
Message 1 of 4

Images - TIF

Anonymous
Not applicable
Hi! I have a problem with Images.

How can I load TIF images in the VB form??? Is there any component to load
TIF images?

 

 

Yuri

 
0 Likes
285 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
You can use the Image control. You load an image into the picture property like this: Image1.Picture = LoadPicture() Ed
0 Likes
Message 3 of 4

Anonymous
Not applicable
I used Image control to load TIF image, but it caused error, because Image
control doesn´t support TIF image.

 

 

 

You
can use the Image control. You load an image into the picture property like
this: Image1.Picture = LoadPicture() Ed
0 Likes
Message 4 of 4

Anonymous
Not applicable
I used the Image control to create a slide viewer program I use for viewing my digital camera photos. It supports, tif, gif, jpg, bmp. However, the tiff format is referred to as a "loose" format. That is there are many variations of tiff and programs that deal with tiff usually do not support them all. You may have a format that is not supported or the file may be corrupt. In my slide viewer program, a have gotten such an error on some edited photos because the editing program changed the format a little, but generally the Image control works for most images. Ed
0 Likes