Skip to main content

UIImageJPEGRepresentation

Function UIImageJPEGRepresentation 

Source
pub extern "C-unwind" fn UIImageJPEGRepresentation(
    image: &UIImage,
    compression_quality: CGFloat,
) -> Option<Retained<NSData>>
👎Deprecated:

renamed to UIImage::jpeg_representation

Available on crate features objc2-core-foundation and UIImage only.