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

Method format_name

src/python/py_imageinput.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82const char* ImageInputWrap::format_name() const {
83 return m_input->format_name();
84}
85
86bool ImageInputWrap::valid_file (const std::string &filename) const
87{

Callers 7

write_mipmapFunction · 0.45
make_texture_implFunction · 0.45
openMethod · 0.45
poor_mans_iinfoFunction · 0.45
test_readimageFunction · 0.45
test_readscanlineFunction · 0.45
test_readtileFunction · 0.45

Calls

no outgoing calls

Tested by 4

poor_mans_iinfoFunction · 0.36
test_readimageFunction · 0.36
test_readscanlineFunction · 0.36
test_readtileFunction · 0.36