Merge branch 'charlesmchen/profilesVsEncoding'

pull/1/head
Matthew Chen 8 years ago
commit 14b6fbcb04

@ -429,7 +429,7 @@ const NSUInteger kOWSProfileManager_MaxAvatarDiameter = 640;
kOWSProfileManager_MaxAvatarDiameter)]; kOWSProfileManager_MaxAvatarDiameter)];
} }
NSData *_Nullable data; NSData *_Nullable data = UIImageJPEGRepresentation(image, 0.95f);
if (data.length > kMaxAvatarBytes) { if (data.length > kMaxAvatarBytes) {
// Our avatar dimensions are so small that it's incredibly unlikely we wouldn't be able to fit our profile // Our avatar dimensions are so small that it's incredibly unlikely we wouldn't be able to fit our profile
// photo. e.g. generating pure noise at our resolution compresses to ~200k. // photo. e.g. generating pure noise at our resolution compresses to ~200k.

Loading…
Cancel
Save