iOS Loss of image quality and resolution

淺唱寂寞╮ 提交于 2019-12-11 18:26:13

问题


I have and imageview that i use throughout my app. It can hold a picture from the gallery or from the camera.

In the end I upload it to a webserver using php.

But where does xcode downscale my image? Ipad pictures are aprox. 300x300px. Tried downloading a 1000+ x 1000+ pixels image, but it looks like it gets downscaled once i open it trough uiimagepicker. In my gallery its fine before i start my app, but when i add it via my gallery its low res.

I need these images with the resolution they were made with.

Is there any way to obtatain that?

来源:https://stackoverflow.com/questions/12872667/ios-loss-of-image-quality-and-resolution

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!