调整Instagram大小的UIImage [iOS]

时间:2014-03-11 00:39:48

标签: ios iphone objective-c uiimage

当我抓住屏幕并将其保存为UIImage时,大小将是(640x1136),我需要准确设置普通白色UIImage的UIImage中心将其发布到没有裁剪的Instagram中!

我使用此代码来调整UIImage的大小,但它不能满足我的需要

UIImage+Resize

从那里我使用了这段代码:

UIImage *thenew = [NewImg resizedImageWithContentMode:UIViewContentModeScaleAspectFit bounds:CGsizeMake(612,612) interpolationQuality:kCGInterpolationHigh];

希望你帮我这个

解决方案Logan

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

1 个答案:

答案 0 :(得分:0)

您的图像尺寸调整很好,您只需将其与方形白色背景图像相结合即可。使用类似这样的内容:https://stackoverflow.com/a/1358967/2611971