Hi. This is strange. I can not open this image in visual studio.
Id like to manipulate with this image in run time, therefore I need to open image and load it into variable type Image.
Can anyone figure out, why?
If I convert Image using some other graphics program, and then try to open it in VS it works.
But this will be automatic task, so I cant change source image format.
PS: Ive attached source image, so you guys can play with.
PSS: image format is GIF, 585x630x32
tx
matej
Id like to manipulate with this image in run time, therefore I need to open image and load it into variable type Image.
Code:
here I load an image from file
dim img as Image = Image.FromFile(myFile)
image is not loaded completely. Size of image is correct, but content is white. There is no image displayed!!!???!??!??!
Can anyone figure out, why?
If I convert Image using some other graphics program, and then try to open it in VS it works.
But this will be automatic task, so I cant change source image format.
PS: Ive attached source image, so you guys can play with.
PSS: image format is GIF, 585x630x32
tx
matej