Photoshop uses the stream interface - we create the file, we handle the 
buffering and seeks (that also lets us do a safe save).
We've been using it successfully for years.

Chris



On 2/11/10 2:42 PM, "Koraxen" <kora...@gmail.com> wrote:

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

Reply via email to