How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Android ImageView that supports different radii on each corner.
The main features of pungrue26/selectableroundedimageview are: Image Components, Image Handling.
Open-source alternatives to pungrue26/selectableroundedimageview include: hdodenhof/circleimageview — CircleImageView is a custom Android UI component that renders rectangular images as perfect circles with smooth… vinc3m1/roundedimageview — RoundedImageView is an Android library providing custom view implementations for rendering images with rounded… felipecsl/gifimageview — Android ImageView that handles animated GIF images. frapontillo/imageviewex — [DEPRECATED] - Extension of Android's ImageView that supports animated GIFs and includes a better density management. flavioarfaria/kenburnsview — Android ImageViews animated by Ken Burns Effect. edmodo/cropper.
RoundedImageView is an Android library providing custom view implementations for rendering images with rounded corners, circles, and ovals. It uses hardware acceleration to ensure high performance and smooth edge quality when clipping images into these shapes. The library includes a customizable image border view that draws consistent strokes around images, scaling automatically as the view size changes. It also provides a tiled image background view that repeats image patterns across a surface using various tiling modes.
CircleImageView is a custom Android UI component that renders rectangular images as perfect circles with smooth antialiased edges. It functions as an extension of the native Android image view, overriding the drawing pipeline to provide specialized circular masking. The component specifically supports the creation of user profile avatars by providing customizable borders, internal padding, and background fill colors. These visual styles can be defined through custom XML attributes during the view initialization process.
Android ImageView that handles animated GIF images
Android ImageViews animated by Ken Burns Effect