Add blur effect to Image in Jetpack Compose
<p>Hi guys, today I want to share this little article where I briefly explain how to create a blurry image on Android. Without so much introduction, let’s get to the point. </p>
<p>Blur is a visual effect that is often used in graphics software to reduce the clarity or sharpness of an image or video. It can be used for a variety of purposes, such as to reduce distractions in the background of a photo or to create a more visually pleasing composition.</p>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/0*cZfrDcUVCJ_M6FJm" style="height:467px; width:700px" /></p>
<p>Photo by <a href="https://unsplash.com/@gebhartyler?utm_source=medium&utm_medium=referral" rel="noopener ugc nofollow" target="_blank">gebhartyler</a> on <a href="https://unsplash.com/?utm_source=medium&utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Unsplash</a></p>
<p>As developers, at some point we may have a need to create blurry images, so today I want to share with you a solution that is backward compatible with Android API 31.</p>
<p><a href="https://devjorgecastro.medium.com/add-blur-effect-to-image-in-compose-b6c5b03864d">Read More</a></p>