I'm facing an issue since iOS 14 was released, where the images returned from UIImagePickerController are much larger than they used to be, and compressing them in Swift using jpegData(compressionQuality: 0.0) still produces an image that is too large for my needs. Does anyone know how I can further compress it, or adjust UIImagePickerController to give me back a lower quality image?
Thanks