dlibwebp.api

Undocumented in source.

Members

Classes

WEBPLoadException
class WEBPLoadException
Undocumented in source.

Enums

WEBPQuality
enum WEBPQuality
Undocumented in source.

Functions

loadWEBP
SuperImage loadWEBP(string filename)
loadWEBP
SuperImage loadWEBP(InputStream input)
loadWEBP
SuperImage loadWEBP(ubyte[] webp)
saveLosslessWEBP
deprecated void saveLosslessWEBP(SuperImage img, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
saveLosslessWEBP
deprecated Compound!(bool, string) saveLosslessWEBP(SuperImage img, OutputStream output)
Undocumented in source. Be warned that the author may not have intended to support it.
saveLosslessWEBPToArray
deprecated ubyte[] saveLosslessWEBPToArray(SuperImage img)
Undocumented in source. Be warned that the author may not have intended to support it.
saveWEBP
void saveWEBP(SuperImage img, string filename, int quality)
saveWEBP
deprecated void saveWEBP(SuperImage img, int quality, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
saveWEBP
Compound!(bool, string) saveWEBP(SuperImage img, OutputStream output, int quality)
saveWEBP
deprecated Compound!(bool, string) saveWEBP(SuperImage img, int quality, OutputStream output)
Undocumented in source. Be warned that the author may not have intended to support it.
saveWEBPToArray
ubyte[] saveWEBPToArray(SuperImage img, int quality)

Meta