Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ seek_subimage
Method
seek_subimage
src/python/py_imageinput.cpp:129–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
bool ImageInputWrap::seek_subimage(int subimage, int miplevel)
130
{
131
ImageSpec dummyspec;
132
return m_input->seek_subimage (subimage, miplevel, dummyspec);
133
}
134
135
136
Callers
8
read
Method · 0.45
open
Method · 0.45
read_tile
Method · 0.45
read_untiled
Method · 0.45
poor_mans_iinfo
Function · 0.45
test_readimage
Function · 0.45
test_readscanline
Function · 0.45
test_readtile
Function · 0.45
Calls
no outgoing calls
Tested by
4
poor_mans_iinfo
Function · 0.36
test_readimage
Function · 0.36
test_readscanline
Function · 0.36
test_readtile
Function · 0.36