MCPcopy Create free account
hub / github.com/SpartanJ/eepp / webpSaveLossless

Method webpSaveLossless

include/eepp/graphics/image.hpp:130–130  ·  view source on GitHub ↗

@return True if WebP should be saved in loseless format */

Source from the content-addressed store, hash-verified

128
129 /** @return True if WebP should be saved in loseless format */
130 bool webpSaveLossless() const { return mWebPSaveLossless; }
131
132 /** Set if WebP should be saved in loseless format */
133 void webpSaveLossless( bool set ) { mWebPSaveLossless = set; }

Callers 2

saveToFileMethod · 0.80
compareImagesFunction · 0.80

Calls

no outgoing calls

Tested by 1

compareImagesFunction · 0.64