MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / webPCompression

Method webPCompression

src/inisettings.cpp:129–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129int IniSettings::webPCompression()
130{
131 int compression = 4;
132
133 if (settings->contains("Quality/Webp compression value"))
134 compression = settings->value("Quality/Webp compression value").toInt();
135
136 return compression;
137}
138
139int IniSettings::webPQuality()
140{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected