saveWEBP

  1. void saveWEBP(SuperImage img, int quality, string filename)
  2. Compound!(bool, string) saveWEBP(SuperImage img, int quality, OutputStream output)
    Compound!(bool, string)
    saveWEBP
    (
    SuperImage img
    ,,
    OutputStream output
    )

Return Value

Type: Compound!(bool, string)

false and an error message on failure.

Meta