cocoaTouch/otherSrc/UIImageExtra.h
changeset 3463 23c50be687a9
parent 3361 cfc6cd502f85
child 3492 07256e1ad559
equal deleted inserted replaced
3462:4b36933dce1d 3463:23c50be687a9
    13  
    13  
    14 -(UIImage *)scaleToSize:(CGSize) size;
    14 -(UIImage *)scaleToSize:(CGSize) size;
    15 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint;
    15 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint;
    16 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint atSize:(CGSize) resultingSize;
    16 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint atSize:(CGSize) resultingSize;
    17 -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect;
    17 -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect;
       
    18 -(UIImage *)convertImageToGrayScale:(UIImage *)image;
    18 
    19 
    19 @end
    20 @end