Revision history of "Swift:UIGraphics Scale Down CGImage"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 04:14, 23 March 2015Hall (Talk | contribs). . (828 bytes) (+828). . (Created page with "<pre class="brush:swift"> func scaleDownCGImage(image: CGImage, scale: Float) -> CGImage!{ var scaleDiv = UInt(1.0 / scale) let width = CGImageGetWidth(image) / scaleD...")