SuperImageView
SuperImageView copied to clipboard
Crop and Rounded Corners added to an ImageView.
[**BUG**] 尊敬的开发者你好: - **Bug** 1、 ImageCroppingActivity中Button显示Rounded Corners点击进入RoundedCornerImagesActivity页面并未显示圆角图片。
[**BUG**] 尊敬的开发者你好: - **Bug** 1、 ImageCroppingActivity中Left Top crop of the horizontal image、Left Center crop of the horizontal image、Left Top crop of the horizontal image,发现三种裁剪和显示方式都是一样的。没有任何区别。 2、Right Top crop of the horizontal...
jcenter is shutting down on May 1 https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Any chance this artifact can be uploaded to Maven Central before then? This should supersede #28 due to the shutdown.
I came here because of https://gist.github.com/arriolac/3843346#gistcomment-1395269 I just want a TopCropImageView. The documentation suggests a "custom" namespace in xml such as custom:crop="centerTop" but the samples use really ugly app namespace...
The documentation states that you should use `com.codeforvictory.android.superimageview.SuperImageView` for your view in xml. This didn't work for me and had to adjust it to `com.cesards.cropimageview.CropImageView`. I thought the docu should...
Currently we can choose to scale-crop from center (center crop) , from top, and other sides... But what should I do to make it work for 20% from the top?...
XML-Code: Stacktrace: Android resource linking failed Output: C:\projects\**\app\src\main\res\layout\review_image.xml:28: error: 'topLeft|centerLeft|bottomLeft|topRight|centerRight|bottomRight|centerTop|centerBottom' is incompatible with attribute crop (attr) enum [bottomLeft=2, bottomRight=5, centerBottom=7, centerLeft=1, centerRight=4, centerTop=6, topLeft=0, topRight=3] [weak]. error: failed linking file...
according to [mvn-central](https://mvnrepository.com/artifact/com.cesards.android/cropimageview/1.0.2.1) your last build is from oct. 2015 but your last comit in this repo is a month ago...so plz update your mvn-central
Tested on Pixel 2 with Android P. The crash log: 2018-10-25 02:22:36.168 19882-19882/com.codeforvictory.android.superimageview.samples E/AndroidRuntime: FATAL EXCEPTION: main Process: com.codeforvictory.android.superimageview.samples, PID: 19882 android.view.InflateException: Binary XML file line #2: Binary XML file...
Add KenbBurnsView support to the library, like [this](https://github.com/flavioarfaria/KenBurnsView) library does