CGImageCreateWithPNGDataProvider

Function CGImageCreateWithPNGDataProvider 

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