MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / open_regular

Method open_regular

src/python/py_imageinput.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool ImageInputWrap::open_regular (const std::string &name)
92{
93 ImageSpec newspec;
94 return m_input->open(name, newspec);
95}
96
97bool ImageInputWrap::open_with_config (const std::string &name,
98 const ImageSpec &config)

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected