Freigeben über


CIContext_ImageRepresentation.WriteTiffRepresentation Methode

Definition

Überlädt

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

Wendet die Verarbeitung von This auf und image schreibt ein TIFF-Image des Ergebnisses in 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

Parameter

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

Gibt zurück

Attribute

Gilt für:

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

Wendet die Verarbeitung von This auf und image schreibt ein TIFF-Image des Ergebnisses in 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

Parameter

This
CIContext

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

image
CIImage

Die zu verarbeitende Bildeingabe.

url
NSUrl
format
CIFormat

Das gewünschte Pixelformat.

colorSpace
CGColorSpace

Der zu verwendende Farbraum.

options
NSDictionary

Verarbeiten von Argumenten.

error
NSError

Wenn nicht null, fehler, der während der Verarbeitung aufgetreten ist.

Gibt zurück

Attribute

Gilt für: