[][src]Trait uikit_sys::CIContext_ImageRepresentation

pub trait CIContext_ImageRepresentation: Sized + Deref {
    unsafe fn TIFFRepresentationOfImage_format_colorSpace_options_(
        self,
        image: CIImage,
        format: CIFormat,
        colorSpace: CGColorSpaceRef,
        options: NSDictionary
    ) -> NSData
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn JPEGRepresentationOfImage_colorSpace_options_(
        self,
        image: CIImage,
        colorSpace: CGColorSpaceRef,
        options: NSDictionary
    ) -> NSData
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn HEIFRepresentationOfImage_format_colorSpace_options_(
        self,
        image: CIImage,
        format: CIFormat,
        colorSpace: CGColorSpaceRef,
        options: NSDictionary
    ) -> NSData
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn PNGRepresentationOfImage_format_colorSpace_options_(
        self,
        image: CIImage,
        format: CIFormat,
        colorSpace: CGColorSpaceRef,
        options: NSDictionary
    ) -> NSData
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn writeTIFFRepresentationOfImage_toURL_format_colorSpace_options_error_(
        self,
        image: CIImage,
        url: NSURL,
        format: CIFormat,
        colorSpace: CGColorSpaceRef,
        options: NSDictionary,
        errorPtr: *mut NSError
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn writePNGRepresentationOfImage_toURL_format_colorSpace_options_error_(
        self,
        image: CIImage,
        url: NSURL,
        format: CIFormat,
        colorSpace: CGColorSpaceRef,
        options: NSDictionary,
        errorPtr: *mut NSError
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn writeJPEGRepresentationOfImage_toURL_colorSpace_options_error_(
        self,
        image: CIImage,
        url: NSURL,
        colorSpace: CGColorSpaceRef,
        options: NSDictionary,
        errorPtr: *mut NSError
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn writeHEIFRepresentationOfImage_toURL_format_colorSpace_options_error_(
        self,
        image: CIImage,
        url: NSURL,
        format: CIFormat,
        colorSpace: CGColorSpaceRef,
        options: NSDictionary,
        errorPtr: *mut NSError
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn TIFFRepresentationOfImage_format_colorSpace_options_(
    self,
    image: CIImage,
    format: CIFormat,
    colorSpace: CGColorSpaceRef,
    options: NSDictionary
) -> NSData where
    Self::Target: Message + Sized

unsafe fn JPEGRepresentationOfImage_colorSpace_options_(
    self,
    image: CIImage,
    colorSpace: CGColorSpaceRef,
    options: NSDictionary
) -> NSData where
    Self::Target: Message + Sized

unsafe fn HEIFRepresentationOfImage_format_colorSpace_options_(
    self,
    image: CIImage,
    format: CIFormat,
    colorSpace: CGColorSpaceRef,
    options: NSDictionary
) -> NSData where
    Self::Target: Message + Sized

unsafe fn PNGRepresentationOfImage_format_colorSpace_options_(
    self,
    image: CIImage,
    format: CIFormat,
    colorSpace: CGColorSpaceRef,
    options: NSDictionary
) -> NSData where
    Self::Target: Message + Sized

unsafe fn writeTIFFRepresentationOfImage_toURL_format_colorSpace_options_error_(
    self,
    image: CIImage,
    url: NSURL,
    format: CIFormat,
    colorSpace: CGColorSpaceRef,
    options: NSDictionary,
    errorPtr: *mut NSError
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn writePNGRepresentationOfImage_toURL_format_colorSpace_options_error_(
    self,
    image: CIImage,
    url: NSURL,
    format: CIFormat,
    colorSpace: CGColorSpaceRef,
    options: NSDictionary,
    errorPtr: *mut NSError
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn writeJPEGRepresentationOfImage_toURL_colorSpace_options_error_(
    self,
    image: CIImage,
    url: NSURL,
    colorSpace: CGColorSpaceRef,
    options: NSDictionary,
    errorPtr: *mut NSError
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn writeHEIFRepresentationOfImage_toURL_format_colorSpace_options_error_(
    self,
    image: CIImage,
    url: NSURL,
    format: CIFormat,
    colorSpace: CGColorSpaceRef,
    options: NSDictionary,
    errorPtr: *mut NSError
) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl CIContext_ImageRepresentation for CIContext[src]

Loading content...