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

Method open

src/python/py_imageoutput.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69bool ImageOutputWrap::open (const std::string &name, const ImageSpec &newspec,
70 ImageOutput::OpenMode mode=ImageOutput::Create)
71{
72 return m_output->open(name, newspec, mode);
73}
74
75
76bool ImageOutputWrap::open_specs (const std::string &name, tuple &specs)

Callers 10

open_specsMethod · 0.45
convert_filesFunction · 0.45
open_imagesFunction · 0.45
stitch_imagesFunction · 0.45
stitch_halvesFunction · 0.45
test_stitch_thirdsFunction · 0.45
open_regularMethod · 0.45
open_with_configMethod · 0.45
cryptFunction · 0.45
decryptFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_stitch_thirdsFunction · 0.36