//library/com.uploadcare.android.library.urls/CdnPathBuilder/blur

blur

[androidJvm]
Content
fun blur(): CdnPathBuilder
More info

Performs Gaussian blur on result image.

[androidJvm]
Content
fun blur(strength: Int): CdnPathBuilder
More info

Performs Gaussian blur on result image.

Parameters

androidJvm

Name Summary
strength

Strength is standard deviation (aka blur radius) multiplied by ten. Strength can be up to 5000. Default is 10.