-
Hi,
When i am trying to crop an image(Bitmap) which is already cropped with Image Cropper, it is cropping with wrong dimensions.
Thanks
-
Great package, thanks for all the work.
Is it possible to apply the crop that the user has performed through the UI on the initial input image to get the output? I'm trying to find a way of not losin…
-
```
What steps will reproduce the problem?
1. Create a div with an image inside, its id is "crop"
2. Use API function on the image, like the docs say:
e.g. var cropimage = $.Jcrop("#crop", {onSelec…
-
The problem of pretrained model which is named 'best.pkl' can not be correctly put into the model MyEnsembleNet. The problem is induced because of the incorrcet key and value. How could you test or tr…
-
As i upload the images and it will render the images in preview for crop image the preview is shrinking images and cropping is not perfect due to this. Is there any way to skip the image shrink and cr…
-
http://railscasts.com/episodes/182-cropping-images?view=asciicast
-
### Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.36.0
- react-native >0.63
### Platform
Both
- iOS
- Android
### Expected behavior
The image previe…
-
### Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.20.3
- react-native v0.55.4
### Platform
Tell us to which platform this issue is related
- Android (t…
-
**Describe the bug**
Sorry, I messed the initial report up and reported on the wrong thing! New version below:
For SEVIRI rapid scan native format data, cropping the scene does not work and results …
-
this.crop.crop(this.img_canvas, { quality: 75, }).then(
newImage => console.log('new image path is: ' + newImage),
error => {
console.error('Error cropping image', error)
…