ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.38k stars 1.34k forks source link

The bottom of the cropped image is not fully displayed #882

Open hezhipengzipp opened 2 years ago

hezhipengzipp commented 2 years ago

The bottom area of the picture cannot be cropped, so the bottom of the picture must be cropped <com.theartofdev.edmodo.cropper.CropImageView android:id="@+id/cropImageView" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="16dp" android:layout_marginTop="39dp" android:layout_marginRight="16dp" android:layout_marginBottom="90dp" android:visibility="gone" app:cropAutoZoomEnabled="true" app:cropFixAspectRatio="false" app:cropScaleType="fitCenter" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toBottomOf="@+id/iv_crop" /> but setImageResource that is ok ,setImageBitmap is not ok

Canato commented 1 year ago

please read https://github.com/ArthurHub/Android-Image-Cropper/issues/875

And update to the new repository

Please close this issue. So the Warning can be more visible