downscaleTo

Downscales an image to a certain size.

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

Meta