Image.this

Create a Image from a given image range, color space and optional metadata.

  1. this(size_t width, size_t height, size_t channelCount, const ColorSpace* colorSpace, MetaData meta = null)
  2. this(R range, MetaData meta = null)
    class Image(V)
    this
    (
    R
    )
    (
    ,
    MetaData meta = null
    )
    if (
    isImageRange!(R, PixelData)
    )
    if (
    isColorValue!V
    )
  3. this(const Image other)

Meta