SkillAgentSearch skills...

RoundImage

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.

Install / Use

/learn @Pareshoct7/RoundImage
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars40
CategoryDevelopment
Updated1y ago
Forks10

Languages

Java

Security Score

65/100

Audited on Dec 10, 2024

No findings