save

Saves a particular :d:class:Image to a given output.

  1. void save(const Image!V image, T data)
  2. void save(const Image!V image, string path)
    void
    save
    (
    V = real
    )
    (
    const Image!V image
    ,
    string path
    )
    if (
    isColorValue!V
    )
  3. void save(const Image!V image, T saveable)

Meta