saveLosslessWEBP

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

Return Value

Type: Compound!(bool, string)

false and an error message on failure.

Meta