MCPcopy 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
244bool ImageOutputWrap::copy_image (ImageInputWrap *iiw)
245{
246 return m_output->copy_image(iiw->m_input);
247}
248
249
250const char* ImageOutputWrap::format_name (void) const

Callers 2

convert_filesFunction · 0.45
convert_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected