iphone UIImage常用方法

http://iphoneincubator.com/blog/tag/uiimage

Recently there have been some interesting developer news related to working with images on the iPhone.

  • First there is Chris Greening’s open source project simple-iphone-image-processing , that provides a set of common image processing tasks .
  • Today I listened to the Mobile Orchard’s podcast Interview with Paul Cantrell , and the discussion was about UIKit, views, layers, etc. This was the most enlightening information I’ve come across on this topic ever. Highly recommended.

So, I thought I’d contribute a few UIImage routines that I’ve found useful.

Combine two UIImages

To add two UIImages together you need to make use of Graphics Context.

Create a UIImage from a part of another UIImage

This requires a round-trip to Core Graphics land:

Save UIImage to Photo Album

And to know if the save was successful:

你可能感兴趣的:(uiimage)