Kamel-Media / Kamel

Kotlin asynchronous media loading and caching library for Compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is it possible to apply blur effect on loaded image for Compose Desktop?

akardas16 opened this issue · comments

is it possible to apply blur effect on loaded image for Compose Desktop?

I don't see why not. Do it the same was as you would for a normal image in compose.

For example: https://devjorgecastro.medium.com/add-blur-effect-to-image-in-compose-b6c5b03864d

I don't see why not. Do it the same was as you would for a normal image in compose.

For example: https://devjorgecastro.medium.com/add-blur-effect-to-image-in-compose-b6c5b03864d

thank you