Search found 2 matches

by saharrrrok
2018-01-08T22:23:45-07:00
Forum: Users
Topic: Set '-quiet' programmicaly
Replies: 3
Views: 3645

Re: Set '-quiet' programmicaly

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.
by saharrrrok
2017-12-29T02:57:44-07:00
Forum: Users
Topic: Set '-quiet' programmicaly
Replies: 3
Views: 3645

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?