-
-
Notifications
You must be signed in to change notification settings - Fork 976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onlySquare does not crop images to square #776
Comments
I found that the following values do not update unless And the fix was already in the master branch. However, this fix is not enough, the If there are no problems, I would like you to merge it into master and release cocoapods. |
+1 |
When I select multiple images it only returns the first image as a square ... all others are original images from the library. |
Any update about this issue in multiple images ? Is there a workaround that I could do in didFinishPicking ? |
Describe the bug
Enabling
onlySquare
inYPImagePickerConfiguration
(YPConfigLibrary
) does not force a square image to be selected.To Reproduce
Use
YPImagePicker
as follows:The setting is
onlySquare
enabled, so the output image size should be square.Expected behavior
If
onlySquare
is enabled inYPImagePickerConfiguration
(YPConfigLibrary
), the image will be cropped to square.Screenshots
If the user zooms in on this screen and crops the image to a square, a square image will be created.
It is a strange behavior to have a non-square crop on this screen.
Environment (please complete the following information):
Installation Type
The text was updated successfully, but these errors were encountered: