Skip to content

This library is used for converting Bitmap or Drawable images to Round or Circular Shape. Round image view for Android or Circular Image View for Android.Tags Android Round Circularimageview Circle Rounded Corner imageview library.

Pareshoct7/RoundImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoundImage

This library is used for converting Bitmap or Drawable images to Round or Circular Shape.

How to use?

/* Simplay pass Bitmap in RoundImage.getRoundBitmap() and it will return Roundhape Bitmap */
Bitmap bitmap = RoundImage.getRoundBitmap("<Paas Here Your Images Bitmap>");
imageview2.setImageBitmap(bitmap);

/* Simplay pass Drawable in RoundImage.getRoundDrawable() and it will return Roundhape Drawable */
Drawable drawable = RoundImage.getRoundDrawable("<Paas Here Your Images Drawble>");
imageview1.setImageDrawable(drawable);

Where to use ?

Use anywhere in your project to give a circular or round shapes to youe image.

Output

ScreenShot ScreenShot

About

This library is used for converting Bitmap or Drawable images to Round or Circular Shape. Round image view for Android or Circular Image View for Android.Tags Android Round Circularimageview Circle Rounded Corner imageview library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages