Hello,
I`m trying to read tiff and there is a warning 'Unknown field with tag 292 (0x124) encountered'. How to ignore it in C++ program?
Set '-quiet' programmicaly
-
- Posts: 1
- Joined: 2019-08-10T00:13:54-07:00
- Authentication code: 1152
Re: Set '-quiet' programmicaly
To ignore warnings, set the warning handler to NULL:
Code: Select all
MagickCore::SetWarningHandler((MagickCore::WarningHandler) NULL);