NityaSantosh26 commented on issue #935: URL: https://github.com/apache/cordova-plugin-camera/issues/935#issuecomment-3839099260
It's the same plugin code, same processing of image. But I looked into it further and saw that right after picking the image from the picker, the size of the image differs (It's the same image picked with new picker and old one) The image `UIImage *image = (UIImage *)object;` from `- (void)picker:(PHPickerViewController*)picker didFinishPicking:(NSArray<PHPickerResult*>*)results API_AVAILABLE(ios(14))` The value of image is higher -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
