-
Hi, I am developing an app using Swift 2.0 in which I need to take a photo and then crop a part with an aspect ration of 4:1 (a really wide image).
However I was unable to successfully build up the Cr…
-
### Hardware
iphone5
### Expected Behavior
Once I select camera or gallery source type from floating button item & select the image, in "didCropToImage" delegate I am presenting another view & th…
-
self.presentViewController(cropController, animated: true, completion: nil)
cropController.cropView.setAspectLockEnabledWithAspectRatio(CGSizeMake(4, 1), animated: true)
it error...
-
There's no clear way to provide user a way to re-adjust the cropping with the same image.
ghost updated
8 years ago
-
when calling `cropView.extensions()
.pickUsing(this, RequestCodes.PICK_IMAGE_FROM_GALLERY);` from with in a fragment returns the result to the parent activity and not back to the fragm…
-
Sorry to bothering you again :)
May i know if it is possible to lock the cropview aspect ratio to "square" only?
-
Here is the related code:
private void loadImageFromCamera() {
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
Uri imageUri = Uri.fromFile(createExternalCacheFile("avata…
-
I tried it on Galaxy S6 running 5.1.1
And if I try to load an image, the image is rotated in 90 degrees even before cropping.
-
Hi @davidbeloosesky , @eveliotc
I am trying to load an image into the cropview but it does not show up. I pass a string extra to my crop image activity.
I then try to load it into the cropview usin…
-
After crop, if i send picture via intent like in sample with Picasso, most of the times does nothing because file is corrupted or other causes. I made an AsyncTask with weak reference to load bitmap. …