downscaleTo

Downscales an image to a certain size.

  1. auto downscaleTo(SRC src, TARGET target)
  2. auto downscaleTo(SRC src, int w, int h)
    downscaleTo
    (
    SRC
    )
    (
    auto ref SRC src
    ,
    int w
    ,
    int h
    )
    if (
    isView!SRC
    )

Meta