Click here to Skip to main content
15,900,973 members

Comments by Member 4327886 (Top 2 by date)

Member 4327886 6-Sep-12 23:19pm View    
I want to convert the Tiff file to JPEG in vb.net. I got the problem when i am opening the TIFF file. I have opened the Tiff file in 3 ways. That is explained below..

Point No 1 :
Image.FromFile(..image path...) - It is giving the Out of memory error
Image.stream(...image path..)- incorrect parameter

-- The single file volume is greater than 70 MB.
How can i get the solution using dot net framework.
I dont want to do external OCX.

Please suguest me....????
Thanks in advance...
Member 4327886 6-Sep-12 23:11pm View    
Deleted
As per the above Code, the Visual studio 2010 is not allowing to declare the new key word. How should i take forward. The code is given below ???

Image myImage = new Image();
myImage.Source = bitmapSource;
myImage.Stretch = Stretch.None;

Thanks in advance...