MCPcopy Create free account
hub / github.com/Snapchat/Valdi / toPNG

Method toPNG

snap_drawing/src/snap_drawing/cpp/Utils/Image.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71Valdi::Result<Valdi::BytesView> Image::toPNG() const {
72 return encode(EncodedImageFormatPNG, 1.0);
73}
74
75static bool encodeImage(SkWStream* dst, const SkPixmap& src, EncodedImageFormat format, int quality) {
76 switch (format) {

Callers 3

SetUpMethod · 0.80
snapshotViewMethod · 0.80
bitmapToPNGMethod · 0.80

Calls 1

encodeFunction · 0.85

Tested by 1

SetUpMethod · 0.64