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
from used code:
uiimage *thenew = [newimg resizedimagewithcontentmode:uiviewcontentmodescaleaspectfit bounds:cgsizemake(612,612) interpolationquality:kcginterpolationhigh]; hope me one
solution logan
your image resizing fine, need combine square white background image. use this: https://stackoverflow.com/a/1358967/2611971
Comments
Post a Comment