いくつかのコードを iOS から Mac OS X に変更したいのですが、誰かヒントを教えてください
UIGraphicsBeginImageContext(CGSizeMake( width , height ));
[image drawInRect:CGRectMake(0, 0,width, height)];
image = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
と
UIGraphicsGetImageFromCurrentImageContext();
と
UIImageJPEGRepresentation(newImage, 0.75);
ありがとうございました。