# RoundImage **Repository Path**: summersrest/RoundImage ## Basic Information - **Project Name**: RoundImage - **Description**: 圆角图片 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-29 - **Last Updated**: 2022-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RoundImage 圆角图片 ## **1、导入** 1.引入jitpack ```java allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` 2.添加 ```java implementation 'com.github.summersrest:RoundImage:v1.0.0' ``` ## **2、使用** ### 1、xml中使用 ```xml ```