CIContext_ImageRepresentation.GetJpegRepresentation Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetJpegRepresentation(CIContext, CIImage, CGColorSpace, CIImageRepresentationOptions) | |
GetJpegRepresentation(CIContext, CIImage, CGColorSpace, NSDictionary) |
Aplica o processamento de |
GetJpegRepresentation(CIContext, CIImage, 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 GetJpegRepresentation (this CoreImage.CIContext This, CoreImage.CIImage image, CoreGraphics.CGColorSpace colorSpace, CoreImage.CIImageRepresentationOptions options);
static member GetJpegRepresentation : CoreImage.CIContext * CoreImage.CIImage * CoreGraphics.CGColorSpace * CoreImage.CIImageRepresentationOptions -> Foundation.NSData
Parâmetros
- This
- CIContext
- image
- CIImage
- colorSpace
- CGColorSpace
- options
- CIImageRepresentationOptions
Retornos
- Atributos
Aplica-se a
GetJpegRepresentation(CIContext, CIImage, CGColorSpace, NSDictionary)
Aplica o processamento de This
ao image
e retorna uma imagem JPEG do resultado.
[Foundation.Export("JPEGRepresentationOfImage: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 GetJpegRepresentation (this CoreImage.CIContext This, CoreImage.CIImage image, CoreGraphics.CGColorSpace colorSpace, Foundation.NSDictionary options);
static member GetJpegRepresentation : CoreImage.CIContext * CoreImage.CIImage * CoreGraphics.CGColorSpace * Foundation.NSDictionary -> Foundation.NSData
Parâmetros
- This
- CIContext
A instância na qual esse método de extensão opera.
- image
- CIImage
A entrada de imagem a ser processada.
- colorSpace
- CGColorSpace
O espaço de cor a ser usado.
- options
- NSDictionary
Processando argumentos.
Retornos
- Atributos