Hi,
I am developing a backend program which needs to pre-determine if a TIF image is corrupted. The program has no GUI and with our tight framework, I won't be using any atalasoft.wincontrols (e.g. workspaceviewer). Is there anyway to do this?
I've tried using TiffFile's Read() and TiffDecoder's Read() & IsValidFormat() method. But they did not report errors on the corrupted TIF image.
Any insight on this would be much appreciated. Thanks first!