Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ copy_image
Method
copy_image
src/python/py_imageoutput.cpp:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
243
244
bool ImageOutputWrap::copy_image (ImageInputWrap *iiw)
245
{
246
return m_output->copy_image(iiw->m_input);
247
}
248
249
250
const char* ImageOutputWrap::format_name (void) const
Callers
2
convert_files
Function · 0.45
convert_file
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected