diff --git a/Yep/Helpers/YepMedia.swift b/Yep/Helpers/YepMedia.swift index 1ce5a4a6..9aac9598 100644 --- a/Yep/Helpers/YepMedia.swift +++ b/Yep/Helpers/YepMedia.swift @@ -28,7 +28,7 @@ func metaDataStringOfImage(image: UIImage, needBlurThumbnail: Bool) -> String? { let thumbnailSize = CGSize(width: thumbnailWidth, height: thumbnailHeight) - if let thumbnail = image.resizeToSize(thumbnailSize, withInterpolationQuality: CGInterpolationQuality.Low) { + if let thumbnail = image.resizeToSize(thumbnailSize, withInterpolationQuality: CGInterpolationQuality.High) { if needBlurThumbnail {