CIContext_ImageRepresentation.WriteTiffRepresentation Method

Definition

Overloads

WriteTiffRepresentation(CIContext, CIImage, NSUrl, CIFormat, CGColorSpace, CIImageRepresentationOptions, NSError)
WriteTiffRepresentation(CIContext, CIImage, NSUrl, CIFormat, CGColorSpace, NSDictionary, NSError)

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

WriteTiffRepresentation(CIContext, CIImage, NSUrl, CIFormat, CGColorSpace, CIImageRepresentationOptions, NSError)

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

Parameters

This
CIContext
image
CIImage
url
NSUrl
format
CIFormat
colorSpace
CGColorSpace
error
NSError

Returns

Attributes

Applies to

WriteTiffRepresentation(CIContext, CIImage, NSUrl, CIFormat, CGColorSpace, NSDictionary, NSError)

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

[Foundation.Export("writeTIFFRepresentationOfImage:toURL:format:colorSpace:options:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool WriteTiffRepresentation (this CoreImage.CIContext This, CoreImage.CIImage image, Foundation.NSUrl url, CoreImage.CIFormat format, CoreGraphics.CGColorSpace colorSpace, Foundation.NSDictionary options, out Foundation.NSError error);
static member WriteTiffRepresentation : CoreImage.CIContext * CoreImage.CIImage * Foundation.NSUrl * CoreImage.CIFormat * CoreGraphics.CGColorSpace * Foundation.NSDictionary *  -> bool

Parameters

This
CIContext

The instance on which this extension method operates.

image
CIImage

The image input to be processed.

url
NSUrl
format
CIFormat

The desired pixel format.

colorSpace
CGColorSpace

The color space to be used.

options
NSDictionary

Processing arguments.

error
NSError

If not null, error that occurred during processing.

Returns

Attributes

Applies to