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

Method open_with_config

src/python/py_imageinput.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool ImageInputWrap::open_with_config (const std::string &name,
98 const ImageSpec &config)
99{
100 ImageSpec newspec;
101 return m_input->open(name, newspec, config);
102}
103
104const ImageSpec& ImageInputWrap::spec() const
105{

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected