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

Method get_image_info

src/python/py_imagecache.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123bool ImageCacheWrap::get_image_info (ustring filename, ustring dataname,
124 TypeDesc datatype, void *data)
125{
126 return m_cache->get_image_info(filename, dataname, datatype, data);
127}
128
129bool ImageCacheWrap::get_imagespec(ustring filename, ImageSpec &spec, int subimage=0)
130{

Callers 4

ic_get_image_info_testFunction · 0.45
convert_fileFunction · 0.45
readMethod · 0.45
input_fileFunction · 0.45

Calls

no outgoing calls

Tested by 1

ic_get_image_info_testFunction · 0.36