Android image processing turns the image into a circle
In the past few days, some pictures need circular pictures, so Baidu found an open source project on GitHub. The processing is very simple, and the results are as follows:
It is very simple to use. There are three steps, as follows:
1. Create a Java class circleimageview, copy the following code, and export the package with an error
2. Create an XLM file attrs.xml under the values folder and copy the following code
3. The next step is to use it directly in the layout file. The specific use is as follows: directly create a custom circleimageview SRC property and set the picture you want to change into a circle
It's that simple. I hope it's useful to you
Demo address: image processing
The above is the whole content of this article. I hope it will be helpful to your study, and I hope you can support programming tips.