http://iphoneincubator.com/blog/tag/uiimage
Recently there have been some interesting developer news related to working with images on the iPhone.
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.
This requires a round-trip to Core Graphics land:
Save UIImage to Photo Album
And to know if the save was successful: