project_files/HedgewarsMobile/Classes/UIImageExtra.h
changeset 3621 a8ddf681ba7d
parent 3547 02875b1145b7
child 3829 81db3c85784b
equal deleted inserted replaced
3620:c28a86f379f6 3621:a8ddf681ba7d
    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 *)cutAt:(CGRect) rect;
    18 -(UIImage *)convertToGrayScale;
    19 -(UIImage *)convertToGrayScale;
    19 -(UIImage *)maskImageWith:(UIImage *)maskImage;
    20 -(UIImage *)maskImageWith:(UIImage *)maskImage;
    20 -(UIImage *)makeRoundCornersOfSize:(CGSize) sizewh;
    21 -(UIImage *)makeRoundCornersOfSize:(CGSize) sizewh;
    21 
    22 
    22 @end
    23 @end