diff -r 4619b1ae99b5 -r 07256e1ad559 cocoaTouch/otherSrc/UIImageExtra.h --- a/cocoaTouch/otherSrc/UIImageExtra.h Thu Jun 03 14:03:48 2010 +0000 +++ b/cocoaTouch/otherSrc/UIImageExtra.h Thu Jun 03 18:31:56 2010 +0000 @@ -15,6 +15,8 @@ -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint; -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint atSize:(CGSize) resultingSize; -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect; --(UIImage *)convertImageToGrayScale:(UIImage *)image; +-(UIImage *)convertToGrayScale; +-(UIImage *)maskImageWith:(UIImage *)maskImage; +-(UIImage *)makeRoundCornersOfSize:(CGSize) sizewh; @end