UIImageã®ç»åããªãµã¤ãºãå転ãå転ãããå ´åãããããããªã¨ãã«ã¯Quartz 2D APIã使ç¨ãããQuartz 2D APIã¯Core Graphicsãã¬ã¼ã ã¯ã¼ã¯ã®ä¸é¨ã CTM(Current Transformation Matrixï¼ã使ãã主ã«ä»¥ä¸ã®3ã¤ã CGContextTranslateCTM : åç¹ã®å¹³è¡ç§»å CGContextRotateCTM : åç¹ãä¸å¿ã¨ãã¦åº§æ¨ç³»ãå転 CGContextScaleCTM : åç¹ãä¸å¿ã¨ãã¦åº§æ¨ç³»ãæ¡å¤§ç¸®å° â ã¨ãããããã®ã¾ã¾æç» - (UIImage*)drawImage { UIImage *original_img = [UIImage imageNamed:@"frog"]; UIGraphicsBeginImageContext(self.view.bounds.size); [original_
{{#tags}}- {{label}}
{{/tags}}