How do I get the results of identifyimagecommand using the C API?
Posted: 2014-11-24T01:20:59-07:00
Hi all,
I'm using the IdentifyImageCommand C API method but I can only see the results on the standard output. I have tried to redirect the std::out to an own string stream, but the command keeps printing only to the console.
Any ideas on how could I get the results of the commando into a string (or string stream) variable?
Thanks,
Robert.
I'm using the IdentifyImageCommand C API method but I can only see the results on the standard output. I have tried to redirect the std::out to an own string stream, but the command keeps printing only to the console.
Any ideas on how could I get the results of the commando into a string (or string stream) variable?
Thanks,
Robert.