Pixmap.size

Changes the size of the buffer

Reallocates the underlying pixel array.

  1. void size(Size value)
  2. void size(int totalPixels, int width)
    struct Pixmap
    @safe pure nothrow
    void
    size
    (,
    int width
    )
  3. Size size()
Suggestion Box / Bug Report