Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ interppixel
Method
interppixel
src/libOpenImageIO/imagebuf.cpp:1344–1348 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1342
1343
1344
void
1345
ImageBuf::interppixel (float x, float y, float *pixel, WrapMode wrap) const
1346
{
1347
interppixel_wrapper (x, y, pixel, wrap, *this);
1348
}
1349
1350
1351
Callers
3
ImageBuf_interppixel
Function · 0.80
resample_
Function · 0.80
test_imagebuf.py
File · 0.80
Calls
1
interppixel_wrapper
Function · 0.85
Tested by
no test coverage detected