MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / init

Method init

src/libutils/imageioapphelpers/imageio.cpp:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void ImageIO::init(const ImageIO & img, BitDepth bitDepth)
193{
194 m_impl->init(*img.m_impl, bitDepth);
195
196 // Do not propagate colorInteropID.
197 attribute("colorInteropID", "unknown");
198}
199
200void ImageIO::init(long width, long height, ChannelOrdering chanOrder, BitDepth bitDepth)
201{

Callers 1

ImageIOMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected