Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ current_miplevel
Method
current_miplevel
src/python/py_imageinput.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
int ImageInputWrap::current_miplevel() const
125
{
126
return m_input->current_miplevel();
127
}
128
129
bool ImageInputWrap::seek_subimage(int subimage, int miplevel)
130
{
Callers
2
read_tile
Method · 0.45
read_untiled
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected