awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
frapontillo avatar

frapontillo/ImageViewEx

0
View on GitHub↗
219 stars·66 forks·Java·5 views

ImageViewEx

[DEPRECATED] - Extension of Android's ImageView that supports animated GIFs and includes a better density management.

Features

  • Image Components - Extended image view with GIF support and density management.

Star history

Star history chart for frapontillo/imageviewexStar history chart for frapontillo/imageviewex

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with ImageViewEx

These projects share indexed features with ImageViewEx. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • flavioarfaria/kenburnsviewflavioarfaria avatar

    flavioarfaria/KenBurnsView

    2,724View on GitHub↗

    Android ImageViews animated by Ken Burns Effect

    Java
    View on GitHub↗2,724
  • hdodenhof/circleimageviewhdodenhof avatar

    hdodenhof/CircleImageView

    14,500View on GitHub↗

    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.

    Java
    View on GitHub↗14,500
  • koral--/android-gif-drawablekoral-- avatar

    koral--/android-gif-drawable

    9,648View on GitHub↗

    android-gif-drawable is a rendering library for displaying and controlling animated GIF images within Android image views and drawables. It provides a custom drawable implementation for frame-based animations, a playback system for seeking and looping, and a metadata extractor for retrieving technical properties such as frame counts and loop settings. The library enables the synchronization of a single animation instance across multiple views to ensure consistent playback. It supports loading GIF data from various sources, including assets, resources, URIs, byte arrays, files, and input strea

    Java
    View on GitHub↗9,648
  • chrisbanes/photoviewchrisbanes avatar

    chrisbanes/PhotoView

    18,824View on GitHub↗

    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

    Java
    View on GitHub↗18,824
Compare all 9 related projects→

Frequently asked questions

What does frapontillo/imageviewex do?

[DEPRECATED] - Extension of Android's ImageView that supports animated GIFs and includes a better density management.

What are the main features of frapontillo/imageviewex?

The main features of frapontillo/imageviewex are: Image Components.

Which projects share features with frapontillo/imageviewex?

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. 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… michaelevans/colorart — iTunes 11-style color matching code for Android. mostafagazar/customshapeimageview — A library for supporting custom shaped ImageView(s) using SVGs and paint shapes.