MCPcopy 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
124int ImageInputWrap::current_miplevel() const
125{
126 return m_input->current_miplevel();
127}
128
129bool ImageInputWrap::seek_subimage(int subimage, int miplevel)
130{

Callers 2

read_tileMethod · 0.45
read_untiledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected