Is there a way to get at the underlying raw image data for a given UIImage (in an immutable buffer) in Swift?
Does this end up making copies? (For bonus points, what's the array magic?) let img: UIImage = UIImage(named: "MyImage") let data: CFData? = img.CGImage.dataProvider.data let dataArray: [UInt8] = <some Swift magic to see this as [UInt8]> Thanks, -- Rick Mann rm...@latencyzero.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com