【发布时间】:2012-03-14 20:31:55
【问题描述】:
我有这个问题: 我从 iphone 的相机中获取 UIImage。我想将此 UIImage 减小为大小(宽度和高度),也减小为大小(字节)。 做这个的最好方式是什么?
【问题讨论】:
标签: iphone objective-c camera uiimage image-resizing
我有这个问题: 我从 iphone 的相机中获取 UIImage。我想将此 UIImage 减小为大小(宽度和高度),也减小为大小(字节)。 做这个的最好方式是什么?
【问题讨论】:
标签: iphone objective-c camera uiimage image-resizing
你搜索了吗?
检查 Stackoverflow:https://stackoverflow.com/search?q=resize+uiimage
查看谷歌:http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/
还有: http://www.iphonedevsdk.com/forum/iphone-sdk-development/7307-resizing-photo-new-uiimage.html http://www.iphonedevsdk.com/forum/iphone-sdk-development/5204-resize-image-high-quality.html
【讨论】: