openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] Write Bytes (Non-File IO)


From: Florian Kainz
Subject: Re: [Openexr-devel] Write Bytes (Non-File IO)
Date: Mon, 29 Apr 2013 11:09:47 -0700
User-agent: Thunderbird 2.0.0.24 (X11/20100428)

Writing to a buffer or any other object that is not a file
in the file system requires writing C++ code.  When an image
file is opened, you must pass a custom Ostream object (derived
from class Imf::Ostream) to the OutputFile or RgbaOutputFile
constructor.  User-supplied Ostream objects are not currently
supported by the C interface, but you could extend the C
interface yourself it you need this function.

Vincent Olivier wrote:
Hi,

Just wondering if from the C interface (ImfCRgbaFile) there was a way to write 
the file content to a buffer or a stream instead of directly to the file system?

Thanks,

Vincent
_______________________________________________
Openexr-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/openexr-devel




reply via email to

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