MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / get_imagespec

Method get_imagespec

src/python/py_imagecache.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool ImageCacheWrap::get_imagespec(ustring filename, ImageSpec &spec, int subimage=0)
130{
131 return m_cache->get_imagespec(filename, spec, subimage);
132}
133
134bool ImageCacheWrap::get_pixels (ustring filename, int subimage, int miplevel,
135 int xbegin, int xend, int ybegin, int yend, int zbegin,

Callers 4

do_tex_thread_workoutFunction · 0.45
mainFunction · 0.45
ic_get_imagespec_testFunction · 0.45

Calls

no outgoing calls

Tested by 4

do_tex_thread_workoutFunction · 0.36
mainFunction · 0.36
ic_get_imagespec_testFunction · 0.36