Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
bool ImageInputWrap::open_regular (const std::string &name)
92
{
93
ImageSpec newspec;
94
return m_input->open(name, newspec);
95
}
96
97
bool ImageInputWrap::open_with_config (const std::string &name,
98
const ImageSpec &config)
Callers
nothing calls this directly
Calls
1
open
Method · 0.45
Tested by
no test coverage detected