iphone - Resize UIImage for Instagram size [iOS] -


when captured screen , save uiimage, size (640x1136) , need set uiimage center of plain white uiimage post instagram no crop!

i used code resize uiimage doesn't make need

uiimage+resize

from used code:

uiimage *thenew = [newimg resizedimagewithcontentmode:uiviewcontentmodescaleaspectfit bounds:cgsizemake(612,612) interpolationquality:kcginterpolationhigh]; 

hope me one

solution logan

https://stackoverflow.com/a/10523275/2611971

your image resizing fine, need combine square white background image. use this: https://stackoverflow.com/a/1358967/2611971


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -