All Projects → Pareshoct7 → RoundImage

Pareshoct7 / RoundImage

Licence: other
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.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to RoundImage

Rwidgethelper
Android UI 快速开发,专治原生控件各种不服
Stars: ✭ 996 (+2271.43%)
Mutual labels:  imageview, circle
Dragscalecircleview
a custom view that provides dragged and scaled
Stars: ✭ 513 (+1121.43%)
Mutual labels:  imageview, circle
bubble-layout
An Android ViewGroup that displays avatar bubbles... similar to the chat bubbles on Facebook Messenger.
Stars: ✭ 46 (+9.52%)
Mutual labels:  imageview, circle
Music Cover View
Subclass of ImageView that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps. 📀🎶
Stars: ✭ 239 (+469.05%)
Mutual labels:  imageview, circle
Kenburnsview
Android ImageViews animated by Ken Burns Effect
Stars: ✭ 2,685 (+6292.86%)
Mutual labels:  imageview
Vicmaimageview
Content Mode Animatable Image View, change image view's content mode with your animation!
Stars: ✭ 193 (+359.52%)
Mutual labels:  imageview
Lkimagekit
A high-performance image framework, including a series of capabilities such as image views, image downloader, memory caches, disk caches, image decoders and image processors.
Stars: ✭ 2,063 (+4811.9%)
Mutual labels:  imageview
Sharpview
安卓带有尖角气泡的控件(TextView,ImageView,EditText,Layout),支持渐变色,圆角等自定义属性
Stars: ✭ 137 (+226.19%)
Mutual labels:  imageview
SquareImageView
SquareImageView is a simple wrapper library for Android ImageView
Stars: ✭ 28 (-33.33%)
Mutual labels:  imageview
RoundImageView
圆角图片控件,支持圆形边框和椭圆边框
Stars: ✭ 48 (+14.29%)
Mutual labels:  roundimageview
Parallaxrecyclerview
Parallax effect on every item of your RecyclerView.
Stars: ✭ 237 (+464.29%)
Mutual labels:  imageview
Print
A lightweight Android library for use iconic fonts.
Stars: ✭ 202 (+380.95%)
Mutual labels:  imageview
Glazy Viewpager
Android ViewPager template with cool animation.
Stars: ✭ 250 (+495.24%)
Mutual labels:  imageview
Gestureviews
ImageView and FrameLayout with gestures control and position animation
Stars: ✭ 2,257 (+5273.81%)
Mutual labels:  imageview
m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+42.86%)
Mutual labels:  round
Pinchimageview
体验非常好的Android图片手势控件。
Stars: ✭ 1,871 (+4354.76%)
Mutual labels:  imageview
Rvparallaximageview
RvParallaxImageView用在recyclerview的item中,它可以随着recyclerview进行视差效果的移动,进而可以在一个小区域的item中展示一个完整的图片。适用于在recyclerview的item中显示大的广告图。
Stars: ✭ 224 (+433.33%)
Mutual labels:  imageview
ProgressableImageView
Change your users progress capability with ProgressableImageView
Stars: ✭ 86 (+104.76%)
Mutual labels:  imageview
Superxml
android布局能力增加,轻松实现圆角、边框、虚线、属性覆盖等功能。完全无侵入
Stars: ✭ 221 (+426.19%)
Mutual labels:  imageview
Zoomage
A simple pinch-to-zoom ImageView library for Android
Stars: ✭ 211 (+402.38%)
Mutual labels:  imageview

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].