let profileImage = UIImage(named:"profile")!
let imageData = profileImage.pngData()
if image size is 680 * 400, now imageData
gives 2040 * 1800 or something. how can i make the same size ?
i tried with compression but didn't work
let profileImage = UIImage(named:"profile")!
let imageData = profileImage.pngData()
if image size is 680 * 400, now imageData
gives 2040 * 1800 or something. how can i make the same size ?
i tried with compression but didn't work