は、これでいいかな? http://blog.logichigh.com/2008/06/05/uiimage-fix/ 帰宅したら試してみよう。 んー? UIGraphicsBeginImageContext, UIGraphicsEndImageContext なんてものの存在がわかっているのならもっと簡単にできそう。帰宅したら試してみよう。試してうまくいったらまた書きます。 これで良さそうです。 UIImage *sicon = [UIImage imageWithContentsOfFile:icon_path]; UIGraphicsBeginImageContext(CGSizeMake(FLCIconWidth, FLCIconHeight)); [sicon drawInRect:CGRectMake(0, 0, FLCIconWidth, FLCIconHeight)];