CIContext_ImageRepresentation.GetJpegRepresentation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetJpegRepresentation(CIContext, CIImage, CGColorSpace, CIImageRepresentationOptions) | |
GetJpegRepresentation(CIContext, CIImage, CGColorSpace, NSDictionary) |
Wendet die Verarbeitung von |
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
Parameter
- This
- CIContext
- image
- CIImage
- colorSpace
- CGColorSpace
- options
- CIImageRepresentationOptions
Gibt zurück
- Attribute
Gilt für:
GetJpegRepresentation(CIContext, CIImage, CGColorSpace, NSDictionary)
Wendet die Verarbeitung von This
auf und image
gibt ein JPEG-Bild des Ergebnisses zurück.
[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
Parameter
- This
- CIContext
Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.
- image
- CIImage
Die zu verarbeitende Bildeingabe.
- colorSpace
- CGColorSpace
Der zu verwendende Farbraum.
- options
- NSDictionary
Verarbeiten von Argumenten.
Gibt zurück
- Attribute