Added by Georg Sommer about 10 years ago
Hi,
is there a possibility to open an an std::iostream like Exiv2::ImageFactory::open(std::iostream ...) ?
Thanks in advance.
No, such an interface doesn't exist. This is what we have: http://www.exiv2.org/doc/classExiv2_1_1ImageFactory.html
Cited interface documentation misses std::wstring
argument of open()
function: Image::AutoPtr ImageFactory::open(const std::wstring& wpath);