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

Method set_write_format

src/libOpenImageIO/imagebuf.cpp:872–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870
871
872void
873ImageBuf::set_write_format (TypeDesc format)
874{
875 impl()->m_write_format = format;
876}
877
878
879void

Callers 3

make_ramp.pyFile · 0.80
writeFunction · 0.80

Calls 1

implFunction · 0.85

Tested by 1

writeFunction · 0.64