Questions tagged [image-cropper]

42 questions
1
vote
0 answers

CropImageActivity is not working in android

This is my Manifest file i'm unable to use com.theartofdev.edmodo.cropper.CropImageActivity ```
0
votes
0 answers

How to change the Cropper.js fixed size while cropping image?

While cropping, I want this image to be positioned in the middle of my modal and in large size, but I am not able to change it. When I try to add height, width on div and image inside modal-body, it is not working as expected. How can I fix this…
0
votes
0 answers

react-native-image-crop-tools Not showing local device image

I am using react-native-image-crop-tools for CropView not showing the local device image only a blank screen is showing. Online URL is working fine image will show properly but local device image not showing. device location URL like:…
0
votes
0 answers

vue-advanced-cropper very wide image

I am using the vue-advanced-cropper plugin with vue2. It works ok so far but I have a problem, when I upload a very wide image with a small height. I have an area of 240x240 pixels in which I want to crop an uploaded image. So an image where width <…
Chi
  • 1,320
  • 1
  • 14
  • 48
0
votes
0 answers

Error dismissing image picking and cropping views when using TOCropViewController to pick images in SwiftUI

My Swift app uses TOCropViewController to pick images. The struct which handles the image picking and cropping is called ImagePicker. The view from which ImagePicker is called is a sheet view. When I call ImagePicker, everything works perfectly, the…
0
votes
0 answers

React Easy Crop image leaving space from all sides

I'm using react-easy-crop for my project to add an image cropper to my website. However, the cropper is leaving some space from all sides of the image. I've tried to change the aspect ratio and the crop size, but the problem persists. my problem…
0
votes
2 answers

"No apps can perform this action" in Android Studio

I am using this library to crop images in Android Studio. My code works on my phone, but on the emulator when you need to select an image, I see message "no apps can perform this action". This message. Maybe the problem in my…
Sashko
  • 1
  • 1
0
votes
0 answers

Image is loading outside the workspace area of CropperJS

Image is loading outside the workspace area of CropperJS. I have given default maxHeight and maxWidth to the workspace div. But still image is going out of parent div.
0
votes
0 answers

images are cropped after updating IOS to 16.4

I have a Shopify website. Everything was perfect before updating to IOS 16.4 but once updated, some of the full-width images show cropped. Any idea what could be causing this trouble in the latest version of IOS? Screenshot to compare: Screenshot
0
votes
0 answers

How to make this stencil invisible and disabled but all another features keep enabled(rotate, flip...) in react-advanced-cropper

The problem is that i want to make this stencil and overlay invisible and disabled but all another features keep enabled(rotate, flip...) in react-advanced-cropper enter image description here Is there any props in this library to keep stencil and…
0
votes
1 answer

Error in Image Cropper using registerForActivityResult

I am using Canhub Cropper library to crop image in my android project. However, I am finding a strange issue in the implementation. First of all here is my code to launch the cropper: import com.canhub.cropper.CropImageView import…
oTwo
  • 185
  • 2
  • 13
0
votes
2 answers

Crop an Image from Azure FileShare

I have uploaded an image to Azure Fileshare using asp.net and vb.net. After uploading a file I am trying to crop the image by using dimensions. I got an error with Illegal characters in path. The code works when the image is in the application's…
0
votes
0 answers

How to crop the image using a Rect bounding box as a parameter in Flutter?

I have detected the eye bounding box as a Rect class from the image using learning_face_detection. I need to crop this eye bounding box from the image and return it as an image. this is an example of the function I need: Future
0
votes
1 answer

Looking for an angular image cropper library where the image moves instead of the cropping box

I'm looking for image cropping where the image moves instead of the crop box, like in the example below. The cropping component example is from alyle https://alyle.io/components/image-cropper To use that component, I have to install…
0
votes
1 answer

renaming file before uploading it to firebase using firebase, flutter and image cropper

Good Day. I would like to ask on how do you rename your file(image) before uploading it in your firebase storage? I am using image_cropper when selecting and cropping my images. However I cannot see if it has any built-in function for renaming…