MCPcopy 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
129bool 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

readMethod · 0.45
openMethod · 0.45
read_tileMethod · 0.45
read_untiledMethod · 0.45
poor_mans_iinfoFunction · 0.45
test_readimageFunction · 0.45
test_readscanlineFunction · 0.45
test_readtileFunction · 0.45

Calls

no outgoing calls

Tested by 4

poor_mans_iinfoFunction · 0.36
test_readimageFunction · 0.36
test_readscanlineFunction · 0.36
test_readtileFunction · 0.36