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

Method ImageIO

src/libutils/imageioapphelpers/imageio.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96{
97
98ImageIO::ImageIO()
99: m_impl(new ImageIO::Impl())
100{
101
102}
103
104ImageIO::ImageIO(const std::string & filename)
105: m_impl(new ImageIO::Impl())

Callers

nothing calls this directly

Calls 2

readMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected