Kamel-Media / Kamel

Kotlin asynchronous media loading and caching library for Compose.
Apache License 2.0
592 stars 23 forks source link

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

Closed akardas16 closed 10 months ago

luca992 commented 10 months ago

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

akardas16 commented 10 months ago

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