From 57ccbdcfc4bc5ad94cf2cb802157fd5c8f4a72e2 Mon Sep 17 00:00:00 2001 From: kevinzhow Date: Wed, 28 Oct 2015 18:16:24 +0800 Subject: [PATCH] Better thumbnail --- Yep/Helpers/YepMedia.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {