dlibwebp

Undocumented in source.

Members

Classes

WEBPLoadException
class WEBPLoadException
Undocumented in source.

Functions

loadWEBP
SuperImage loadWEBP(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
loadWEBP
SuperImage loadWEBP(InputStream input)
Undocumented in source. Be warned that the author may not have intended to support it.
loadWEBP
SuperImage loadWEBP(ubyte[] webp)
Undocumented in source. Be warned that the author may not have intended to support it.
saveLosslessWEBP
void saveLosslessWEBP(SuperImage img, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
saveLosslessWEBP
Compound!(bool, string) saveLosslessWEBP(SuperImage img, OutputStream output)
Undocumented in source. Be warned that the author may not have intended to support it.
saveLosslessWEBPToArray
ubyte[] saveLosslessWEBPToArray(SuperImage img)
Undocumented in source. Be warned that the author may not have intended to support it.
saveWEBP
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, 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)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta