Skip to content

airtel121/android-image-magnifier

This branch is up to date with nomanr/android-image-magnifier:master.

Repository files navigation

ImageMagnifier

A custom ImageView, touch anywhere on the image and a circular magnifier will be shown on the image. Zooming certain area of the image. How to use?

    <com.noman.imagemagnifier.ImageMagnifier
        android:id="@+id/imageView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:src="@drawable/batman"/>

Screen shots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%