Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコード行があります
UIImageJPEGRepresentation(profileImage, 0.8)
画像の高さと幅を調整するのか、それとも品質を下げてサイズだけを調整するのか疑問に思っていましたか?
質が落ちるだけです。
func UIImageJPEGRepresentation(_ image: UIImage!, _ compressionQuality: CGFloat) -> NSData!
ソース: UIImageJPEGRepresentation