You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
Is there any way to get reference URL same returned by UIImagePickerController
issue is i have a PNG image of 55mb with dimension 10,000*10,000
when i select that image from UIImagePickerController,i get this as jpg with size 5mb as iOS compress it and i can easily perform any operation on it.
but when i use this library,and get image through PHImageManager with request options and write it to Documents directory,its still 55mb and taking too much time to write.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there any way to get reference URL same returned by UIImagePickerController
issue is i have a PNG image of 55mb with dimension 10,000*10,000
when i select that image from UIImagePickerController,i get this as jpg with size 5mb as iOS compress it and i can easily perform any operation on it.
but when i use this library,and get image through PHImageManager with request options and write it to Documents directory,its still 55mb and taking too much time to write.
The text was updated successfully, but these errors were encountered: