Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
bool 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
104
const ImageSpec& ImageInputWrap::spec() const
105
{
Callers
nothing calls this directly
Calls
1
open
Method · 0.45
Tested by
no test coverage detected