openexr-devel
[Top][All Lists]
Advanced

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

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


From: Chris Cox
Subject: Re: [Openexr-devel] Re: Help implementing Imf::Ostream
Date: Thu, 11 Feb 2010 15:18:39 -0800

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" <address@hidden> 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




reply via email to

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