Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
Valdi::Result<Valdi::BytesView> Image::toPNG() const {
72
return encode(EncodedImageFormatPNG, 1.0);
73
}
74
75
static bool encodeImage(SkWStream* dst, const SkPixmap& src, EncodedImageFormat format, int quality) {
76
switch (format) {
Callers
3
SetUp
Method · 0.80
snapshotView
Method · 0.80
bitmapToPNG
Method · 0.80
Calls
1
encode
Function · 0.85
Tested by
1
SetUp
Method · 0.64