CGImageCreateWithJPEGDataProvider

Function CGImageCreateWithJPEGDataProvider 

Source
pub unsafe extern "C-unwind" fn CGImageCreateWithJPEGDataProvider(
    source: Option<&CGDataProvider>,
    decode: *const CGFloat,
    should_interpolate: bool,
    intent: CGColorRenderingIntent,
) -> Option<CFRetained<CGImage>>
👎Deprecated: renamed to CGImage::with_jpeg_data_provider
Available on crate features CGColorSpace and CGDataProvider and CGImage only.