project_files/HedgewarsMobile/Classes/UIImageExtra.h
changeset 6209 074ab6ebcb3e
parent 6078 8c0cc07731e5
child 6700 e04da46ee43c
equal deleted inserted replaced
6208:b831679e9467 6209:074ab6ebcb3e
    23 
    23 
    24 
    24 
    25 @interface UIImage (extra)
    25 @interface UIImage (extra)
    26 
    26 
    27 +(UIImage *)whiteImage:(CGSize) ofSize;
    27 +(UIImage *)whiteImage:(CGSize) ofSize;
       
    28 +(UIImage *)drawHogsRepeated:(NSInteger) manyTimes;
    28 +(CGSize) imageSizeFromMetadataOf:(NSString *)aFileName;
    29 +(CGSize) imageSizeFromMetadataOf:(NSString *)aFileName;
    29 
    30 
    30 -(UIImage *)scaleToSize:(CGSize) size;
    31 -(UIImage *)scaleToSize:(CGSize) size;
    31 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint;
    32 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint;
    32 -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect;
    33 -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect;