Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
ImageIO::ImageIO()
99
: m_impl(new ImageIO::Impl())
100
{
101
102
}
103
104
ImageIO::ImageIO(const std::string & filename)
105
: m_impl(new ImageIO::Impl())
Callers
nothing calls this directly
Calls
2
read
Method · 0.45
init
Method · 0.45
Tested by
no test coverage detected