How to show Blurred image before downloading(like in whatsapp) in ios? -


i making chat application image sending , downloading. want animation in whatsapp. so, how show blurred image? image downloaded server. please me.

scale image down small size 8x8 pixels. send data client. should not more 4 * 8 * 8 = 256 b or 0.25 kb in size, sending client not problem no matter how slow client's connection speed is.

then scale received 8x8 image resolution of preview box (for example 256x256). shouldn't need upsample 8x8 image if preview box uiimageview (see link below). downsampling , successive upsampling of image "blurs" image.

to understand how can resample/rescale image in ios, check this link. (i can't in performing task ios, since not ios developer.)


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -