openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openexr-devel] Re: Help implementing Imf::Ostream


From: Koraxen
Subject: [Openexr-devel] Re: Help implementing Imf::Ostream
Date: Thu, 11 Feb 2010 14:42:26 -0800

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]