How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Android ImageViews animated by Ken Burns Effect
DEPRECATED - Extension of Android's ImageView that supports animated GIFs and includes a better density management.
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.
PhotoView is a custom Android view implementation designed to display high-resolution images with native support for zoom and pan gestures. It provides a zoomable image view and a matrix controller to manage how images are scaled and translated within a mobile user interface. The library handles the detection of pinch-to-zoom and tap gestures to enable interactive image navigation. It manages the transformation matrix of the image to ensure smooth magnification and provides viewport constraints to align photo edges with screen boundaries. The project covers the broader requirements of mobile
iTunes 11-style color matching code for Android
The main features of michaelevans/colorart are: Image Components.
Projects with overlapping indexed features include: chrisbanes/photoview — PhotoView is a custom Android view implementation designed to display high-resolution images with native support for… flavioarfaria/kenburnsview — Android ImageViews animated by Ken Burns Effect. frapontillo/imageviewex — [DEPRECATED] - Extension of Android's ImageView that supports animated GIFs and includes a better density management. hdodenhof/circleimageview — CircleImageView is a custom Android UI component that renders rectangular images as perfect circles with smooth… koral--/android-gif-drawable — android-gif-drawable is a rendering library for displaying and controlling animated GIF images within Android image… mostafagazar/customshapeimageview — A library for supporting custom shaped ImageView(s) using SVGs and paint shapes.