Reduce UIImage size to a manageable size (reduce bytes)

前端 未结 5 1602
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 16:00

I want to reduce the number of bytes of an image captured by the device, since i believe the _imageScaledToSize does not reduce the number of bytes of the pictu

5条回答
  •  时光取名叫无心
    2020-12-05 16:57

    I ran into this problem the other day and did quite a bit of research. I found an awesome solution complete with code here:

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

提交回复
热议问题