A
Albert Greinöcker
hi ng,
I have a question concerning image processing in .NET: How can I open a jpeg
with a tiff-header in c# (which means the file has the extension .tif, but
contains jpeg-compressed data)? When I try to open the image the usual way,
e.g.: Image img = Image.FromFile("thefilename.tif"), I get an error ("not
enough memory"). This meaningful error message always comes up when .NET
cannot deal with the Image format I think...
Thanks,
Albert
I have a question concerning image processing in .NET: How can I open a jpeg
with a tiff-header in c# (which means the file has the extension .tif, but
contains jpeg-compressed data)? When I try to open the image the usual way,
e.g.: Image img = Image.FromFile("thefilename.tif"), I get an error ("not
enough memory"). This meaningful error message always comes up when .NET
cannot deal with the Image format I think...
Thanks,
Albert