Created
February 17, 2015 21:42
-
-
Save aral/c2eefbd99a16d7efe0f5 to your computer and use it in GitHub Desktop.
Please, make it stop!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let cgContext:CGContextRef = CGBitmapContextCreate(nil, UInt(resolutionForExport.width), UInt(resolutionForExport.height), 8, 4*UInt(resolutionForExport.width), colorSpace, CGBitmapInfo.ByteOrderDefault|CGBitmapInfo(CGImageAlphaInfo.PremultipliedLast.rawValue)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment