MCPcopy Create free account
hub / github.com/PKU-IDEA/OpenPARF / write

Function write

openparf/pybind/blend2d.cpp:110–112  ·  view source on GitHub ↗

@brief write to file

Source from the content-addressed store, hash-verified

108
109 /// @brief write to file
110 void write(std::string const &filename) {
111 img_.writeToFile(filename.c_str());
112 }
113
114protected:
115 /// @brief scale the coordinates to image coordinate system

Callers 4

writeMethod · 0.85
writeMethod · 0.85
start_groupMethod · 0.85
strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected