Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ createImageOutput
Function
createImageOutput
src/IECoreImage/ImageWriter.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
using ImageOutputPtr = ImageOutput::unique_ptr;
85
ImageOutputPtr createImageOutput( const std::string &fileName )
86
{
87
return ImageOutput::create( fileName );
88
}
89
90
#elif OIIO_VERSION > 10603
91
Callers
2
channelsToWrite
Method · 0.85
doWrite
Method · 0.85
Calls
1
create
Function · 0.85
Tested by
no test coverage detected