开发者

Reducing the size of image (in KBs)

开发者 https://www.devze.com 2023-02-18 15:03 出处:网络
M using UIImagePNGRepresentation to create a png image from a pdf file. I want to reduce the size of the image c开发者_Go百科reated.

M using UIImagePNGRepresentation to create a png image from a pdf file. I want to reduce the size of the image c开发者_Go百科reated.

how can it be done??


Saving as a JPG with 90% quality will drastically reduce the size and the image will still look OK.
Because of the iPhone's high DPI display, it wouldn't be noticeable at all!


you can load the png into a UIImage and then resize it.

this coves how to resize it.

http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/

0

精彩评论

暂无评论...
验证码 换一张
取 消