A
Andrew Falanga
Hi,
I have a need to doing a pixel by pixel comparison of two different
TIFF images and I noticed, while searching online, the
TiffBitmapDecoder in System.Windows.Media.Imaging. This looks like
I'll be able to make use of it in my C# program. However, on MSDN,
I'm not finding the greatest documentation on using this. All I need
to do is get to a point where I can read, into a byte array perhaps,
the graphic content of a TIFF image. How would I do that using this
library?
Thanks,
Andy
I have a need to doing a pixel by pixel comparison of two different
TIFF images and I noticed, while searching online, the
TiffBitmapDecoder in System.Windows.Media.Imaging. This looks like
I'll be able to make use of it in my C# program. However, on MSDN,
I'm not finding the greatest documentation on using this. All I need
to do is get to a point where I can read, into a byte array perhaps,
the graphic content of a TIFF image. How would I do that using this
library?
Thanks,
Andy