public static bool Resize(SKBitmap dst, SKBitmap src, SKBitmapResizeMethod method) => src.ScalePixels(dst, method.ToFilterQuality());