skydoves / Cloudy

☁️ Jetpack Compose blur effect library, which falls back onto a CPU-based implementation to support older API levels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When used for LazyList items app got crashed with - Failed to copy pixels of the given bitmap!

KothamireNarendra opened this issue · comments

When used for LazyList items app got crashed with - Failed to copy pixels of the given bitmap!
Inside sample app you blurred the whole grid instead what I want is to blur individual list item (Basically Image loaded with Coil), How can we do that can you share the sample

You can use this BlurHash and this component to perform that using coil.

@orlandev Wow thanks for help looking awesome

Hi @KothamireNarendra, check out the Blur Effects Depending on States and you can see the sample codes on this project.

You can consider using the Landscapist-Transformation plugin to use the blur effect for your remote images.

I am closing this issue for now.