Image.this

Undocumented in source.
  1. this(Image!N img)
  2. this(Image!N img)
  3. this(Header hdr, void[] data)
  4. this(T[N] sz, ElemInfo pt, void[] data)
  5. this(T[N] sz, DataType dt, size_t ch, void[] data)
  6. this(Image!(N - 1) img, size_t dim)
    struct Image(size_t N)
    pure
    static if(N > 1)
    this
    (
    in Image!(N - 1) img
    ,
    size_t dim = N - 1
    )
    if (
    N > 0
    )

Meta