MCPcopy Create free account
hub / github.com/MyGUI/mygui / saveTiff

Function saveTiff

MyGUIEngine/src/msdfgen/core/save-tiff.cpp:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185bool saveTiff(const BitmapConstSection<float, 1> &bitmap, const char *filename) {
186 return saveTiffFloat(bitmap, filename);
187}
188bool saveTiff(const BitmapConstSection<float, 3> &bitmap, const char *filename) {
189 return saveTiffFloat(bitmap, filename);
190}

Callers 1

writeOutputFunction · 0.85

Calls 1

saveTiffFloatFunction · 0.85

Tested by

no test coverage detected