-
When i change the size if the cropsize lets say a size of 100x100, i obtain a sourceImageView as small as the cropView.
I have tried to change the cropzise without a reset, also i tried to change th…
-
we have integrated this cropping library in our Project and it working Well.
but we recive many complains from user that they facing crash while Cropping image.
following is our fabrics crash Track
…
ghost updated
7 years ago
-
Is it possible to know where the cropview is located with x and y or left/ right?
-
Hi,
I did found a way to perform "select all" on the `cropView`, but it's working only with images from the library or ones that taken from the camera, but not from image that created from PDF for ex…
Idomo updated
5 years ago
-
# Goals
I want to rotate image but i don't want to change the form of crop rect as of now it's changing the frame of Crop rect.
# Expected Results
Image should rotate but Crop Frame should re…
-
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.File android.app.Application.getFilesDir()' on a null object referenceat com...sample.f.a.b(SourceFile:35)at com...…
-
-
Steps to reproduce:
Set the following values:
controller.cropAspectRatio = 1.0;
controller.keepingCropAspectRatio = YES;
Then Change the following line
[self presentViewController:navigationContro…
-
**Describe the bug**
Some CropView Bottom is hided when CropViewController is not full height.
```
// View has another toolbar below TOCropViewController
TOCropViewController *cropControlle…
-
When i use the ImageCropControl and zoom. The image is saved without zoom.
Viewmodel:Code
var model = modelIn as ImageCropModel;
HeightRequest = model.HeightRequest;
…