CIContext_ImageRepresentation.WriteTiffRepresentation Método

Definición

Sobrecargas

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

Aplica el procesamiento de This a image y escribe una imagen TIFF del resultado en 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

Parámetros

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

Devoluciones

Atributos

Se aplica a

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

Aplica el procesamiento de This a image y escribe una imagen TIFF del resultado en 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

Parámetros

This
CIContext

Instancia en la que opera este método de extensión.

image
CIImage

Entrada de imagen que se va a procesar.

url
NSUrl
format
CIFormat

Formato de píxel deseado.

colorSpace
CGColorSpace

Espacio de color que se va a usar.

options
NSDictionary

Argumentos de procesamiento.

error
NSError

Si no es null, error que se produjo durante el procesamiento.

Devoluciones

Atributos

Se aplica a