diff --git a/iOSClient/Utility/NCCameraRoll.swift b/iOSClient/Utility/NCCameraRoll.swift index 8cccc2b2af..d1f7515ac4 100644 --- a/iOSClient/Utility/NCCameraRoll.swift +++ b/iOSClient/Utility/NCCameraRoll.swift @@ -345,7 +345,7 @@ final class NCCameraRoll: CameraRollExtractor { let jpegData = CIContext().jpegRepresentation( of: ciImage, colorSpace: colorSpace, - options: [compressionQuality: 1.0] + options: [compressionQuality: 0.85] ) else { throw NSError(domain: "ExtractAssetError", code: 3, userInfo: [NSLocalizedDescriptionKey: "JPEG conversion failed"])