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

Method get_pixels

src/python/py_imagecache.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool ImageCacheWrap::get_pixels (ustring filename, int subimage, int miplevel,
135 int xbegin, int xend, int ybegin, int yend, int zbegin,
136 int zend, TypeDesc format, void *result)
137{
138 return m_cache->get_pixels(filename, subimage, miplevel, xbegin, xend,
139 ybegin, yend, zbegin, zend, format, result);
140}
141
142//Not sure how to expose this to Python.
143/*

Callers 1

ic_get_pixels_testFunction · 0.45

Calls

no outgoing calls

Tested by 1

ic_get_pixels_testFunction · 0.36