MCPcopy Create free account
hub / github.com/Tencent/tgfx / SaveWebpFile

Function SaveWebpFile

test/src/utils/TestUtils.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void SaveWebpFile(std::shared_ptr<Data> data, const std::string& key) {
131 SaveFile(data, key + WEBP_FILE_EXT);
132}
133
134void SaveImage(const std::shared_ptr<PixelBuffer> pixelBuffer, const std::string& key) {
135 if (pixelBuffer == nullptr) {

Callers 1

SaveImageFunction · 0.85

Calls 1

SaveFileFunction · 0.70

Tested by

no test coverage detected