準備

#import <CoreGraphics/CoreGraphics.h>

解像度を指定して画像処理をする。

UIGraphicsBeginImageContextWithOptions(size, NO, 1.0);
最終更新:2012年06月07日 15:05