MCPcopy 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
84using ImageOutputPtr = ImageOutput::unique_ptr;
85ImageOutputPtr createImageOutput( const std::string &fileName )
86{
87 return ImageOutput::create( fileName );
88}
89
90#elif OIIO_VERSION > 10603
91

Callers 2

channelsToWriteMethod · 0.85
doWriteMethod · 0.85

Calls 1

createFunction · 0.85

Tested by

no test coverage detected