project_files/HedgewarsMobile/Classes/UIImageExtra.h
changeset 3903 db01c37494af
parent 3829 81db3c85784b
child 3910 dd47efbdec46
equal deleted inserted replaced
3902:3aac7ca07b0e 3903:db01c37494af
    28 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint;
    28 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint;
    29 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint atSize:(CGSize) resultingSize;
    29 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint atSize:(CGSize) resultingSize;
    30 -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect;
    30 -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect;
    31 -(UIImage *)cutAt:(CGRect) rect;
    31 -(UIImage *)cutAt:(CGRect) rect;
    32 -(UIImage *)convertToGrayScale;
    32 -(UIImage *)convertToGrayScale;
       
    33 -(UIImage *)convertToNegative;
    33 -(UIImage *)maskImageWith:(UIImage *)maskImage;
    34 -(UIImage *)maskImageWith:(UIImage *)maskImage;
    34 -(UIImage *)makeRoundCornersOfSize:(CGSize) sizewh;
    35 -(UIImage *)makeRoundCornersOfSize:(CGSize) sizewh;
    35 
    36 
    36 @end
    37 @end