I solved the problem by using ReadOptions:
ReadOptions options;
options.quiet(true);
readImages(&image_list, path, options);
But is works only with ImageMagick 7, there is no such method in 6 version.
Search found 2 matches
- 2018-01-08T22:23:45-07:00
- Forum: Users
- Topic: Set '-quiet' programmicaly
- Replies: 3
- Views: 3870
- 2017-12-29T02:57:44-07:00
- Forum: Users
- Topic: Set '-quiet' programmicaly
- Replies: 3
- Views: 3870
Set '-quiet' programmicaly
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?
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?