I have a large number of TIFF images that Id should use in a WPF program (specifically for .NET 3.5 SP1 and using C #). Half of the TIFF files contain color images encoded using JPEG compression, and they do not work with WPF. The Microsoft Office Document Imaging application processes the files in order. Since they really donβt like the OS itself (for example, it cannot create thumbnails). Assuming this is a limitation in the standard Windows Imaging Components (WIC) component libraries.
Does anyone have any ideas on reading TIFF images that use JPEG compression with the standard .NET / WPF libraries?
Or does anyone know of any alternative third-party TIFF codecs for WIC that I could use to solve this problem?
Or finally, are there alternative .NET libraries for TIFF files that are still easy to use with WPF?
Thanks!
source share