project_files/HedgewarsMobile/Classes/UIImageExtra.h
changeset 6078 8c0cc07731e5
parent 4976 088d40d8aba2
child 6209 074ab6ebcb3e
--- a/project_files/HedgewarsMobile/Classes/UIImageExtra.h	Fri Sep 30 22:33:28 2011 -0400
+++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.h	Sun Oct 02 00:57:04 2011 +0200
@@ -24,7 +24,8 @@
 
 @interface UIImage (extra)
 
-CGFloat getScreenScale(void);
++(UIImage *)whiteImage:(CGSize) ofSize;
++(CGSize) imageSizeFromMetadataOf:(NSString *)aFileName;
 
 -(UIImage *)scaleToSize:(CGSize) size;
 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint;
@@ -34,6 +35,5 @@
 -(UIImage *)convertToNegative;
 -(UIImage *)maskImageWith:(UIImage *)maskImage;
 -(UIImage *)makeRoundCornersOfSize:(CGSize) sizewh;
-+(UIImage *)whiteImage:(CGSize) ofSize;
 
 @end