Image optimization like whatsapp and instagram in ios and android
问题 Task :- optimize image like Facebook and WhatApp does? Upload image to server with optimize size in android and ios without losing image quality and dimension. I have seen many code like native image compression (UIImageJPEGRepresentation(viewImage, 0.8)) but I am not able to get proper result. Can someone suggest me any algorithm or library in iOS and android through which we can optimise the image without losing quality. Links I already visited: iOS What's the easiest way to resize/optimize