Edit

Share via


CIContext_ImageRepresentation.GetTiffRepresentation Method

Definition

Overloads

GetTiffRepresentation(CIContext, CIImage, CIFormat, CGColorSpace, CIImageRepresentationOptions)
GetTiffRepresentation(CIContext, CIImage, CIFormat, CGColorSpace, NSDictionary)

Applies the processing of This to the image and returns a TIFF image of the result.

GetTiffRepresentation(CIContext, CIImage, CIFormat, CGColorSpace, CIImageRepresentationOptions)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSData GetTiffRepresentation (this CoreImage.CIContext This, CoreImage.CIImage image, CoreImage.CIFormat format, CoreGraphics.CGColorSpace colorSpace, CoreImage.CIImageRepresentationOptions options);
static member GetTiffRepresentation : CoreImage.CIContext * CoreImage.CIImage * CoreImage.CIFormat * CoreGraphics.CGColorSpace * CoreImage.CIImageRepresentationOptions -> Foundation.NSData

Parameters

This
CIContext
image
CIImage
format
CIFormat
colorSpace
CGColorSpace

Returns

Attributes

Applies to

GetTiffRepresentation(CIContext, CIImage, CIFormat, CGColorSpace, NSDictionary)

Applies the processing of This to the image and returns a TIFF image of the result.

[Foundation.Export("TIFFRepresentationOfImage:format:colorSpace:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSData GetTiffRepresentation (this CoreImage.CIContext This, CoreImage.CIImage image, CoreImage.CIFormat format, CoreGraphics.CGColorSpace colorSpace, Foundation.NSDictionary options);
static member GetTiffRepresentation : CoreImage.CIContext * CoreImage.CIImage * CoreImage.CIFormat * CoreGraphics.CGColorSpace * Foundation.NSDictionary -> Foundation.NSData

Parameters

This
CIContext

The instance on which this extension method operates.

image
CIImage

The image input to be processed.

format
CIFormat

The desired pixel format.

colorSpace
CGColorSpace

The color space to be used.

options
NSDictionary

Processing arguments.

Returns

Attributes

Applies to