I need help to stop annoying warnings displayed on my console .
I'm getting the following warnings using an application that detects corrupted images . The application works as expected but these messages appear.
ReadDirectory: Warning, C:\find corrupted images\a.TIF: unknown field with tag 50701 (0xc60d) encountered fillStrip: C:\find corrupted images\b.TIF: Read error at scanlin e -1; got 7115 bytes, expected 10130 ReadDirectory: Warning, C:\find corrupted images\c: unknown field wit h tag 33885 (0x845d) encountered ReadDirectory: Warning, C:\find corrupted images\d: unknown field wit h tag 50701 (0xc60d) encountered ReadDirectory: Warning, C:\find corrupted images\e:
LibJpeg: Warning, Corrupt JPEG data: 11021 extraneous bytes before marker 0xD8 LibJpeg: Unexpected error
OJPEGSetupDecode: Warning, Depreciated and troublesome old-style JPEG compressio n mode, please convert to new-style JPEG compression and notify vendor of writin g software OJPEGReadHeaderInfoSecStreamSof:
ReadDirectory: Warning, SamplesPerPixel tag is missing, assuming correct Samples PerPixel value is 1
tif: unknown field with tag 50701 (0xc60d) encountered ReadDirectory: Warning, SamplesPerPixel tag is missing, assuming correct Samples PerPixel value is 1
Any ideas how to stop these messages appearing ?
Thanks in advance