The bigger question is: *** How can you write EXR files to paths that have Unicode characters? ***
I believe whats required is for Imf::OutputFile to write out files in the same manner when constructed with either MyOStream or const char []. Currently, write() looks like this: void MyOStream::write(const char c[], int n) { outStream->write(c,n); } Thanks again, - Kora
_______________________________________________ Openexr-devel mailing list Openexr-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/openexr-devel