cocoaTouch/otherSrc/UIImageExtra.h
changeset 3492 07256e1ad559
parent 3463 23c50be687a9
--- 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