skydoves / landscapist

🌻 A pluggable, highly optimized Jetpack Compose and Kotlin Multiplatform image loading library that fetches and displays network images with Glide, Coil, and Fresco.

Home Page:https://skydoves.github.io/landscapist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iterative blur transformation

TemMax opened this issue · comments

Currently, BlurTransformationPlugin allows only radius == 25 and only 1 iteration. But there are many cases when an image should be blurred more than once (be more blurry).

Hey @TemMax, in version 2.1.4, you can set the radius from 0 to Int.MAX_VALUE. Thanks for reporting nice issues!