Top "Uiimagejpegrepresentation" questions

For questions related to the UIImageJPEGRepresentation method for the UIImage class on the iOS platform, a method commonly used to convert images to JPEG.

Fastest way to handle UIImagePickerController compression

What's the fastest way of getting a picture into a SQLite data store for compression, so I can return control …

iphone cocoa-touch uiimagepickercontroller uiimagejpegrepresentation
UIImageJPEGRepresentation | generateJPEGRepresentation saves image as nil? Swift 3

I am currently designing a database management application with Realm, where I have managed to create and retrieve an object …

ios swift swift3 nsdata uiimagejpegrepresentation
How to compress image size using UIImagePNGRepresentation - iOS?

I'm using UIImagePNGRepresentation to save an image. The result image is of size 30+ KB and this is BIG in my …

ios objective-c uiimage uiimagejpegrepresentation uiimagepngrepresentation