cocoaTouch/otherSrc/UIImageExtra.h
changeset 3463 23c50be687a9
parent 3361 cfc6cd502f85
child 3492 07256e1ad559
--- a/cocoaTouch/otherSrc/UIImageExtra.h	Sat May 15 09:21:25 2010 +0000
+++ b/cocoaTouch/otherSrc/UIImageExtra.h	Sun May 16 17:23:30 2010 +0000
@@ -15,5 +15,6 @@
 -(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;
 
 @end