다음을 통해 공유


CIContext_ImageRepresentation.GetJpegRepresentation 메서드

정의

오버로드

GetJpegRepresentation(CIContext, CIImage, CGColorSpace, CIImageRepresentationOptions)
GetJpegRepresentation(CIContext, CIImage, CGColorSpace, NSDictionary)

의 처리를 Thisimage 에 적용하고 결과의 JPEG 이미지를 반환합니다.

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

매개 변수

This
CIContext
image
CIImage
colorSpace
CGColorSpace

반환

특성

적용 대상

GetJpegRepresentation(CIContext, CIImage, CGColorSpace, NSDictionary)

의 처리를 Thisimage 에 적용하고 결과의 JPEG 이미지를 반환합니다.

[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

매개 변수

This
CIContext

이 확장 메서드가 작동하는 인스턴스입니다.

image
CIImage

처리할 이미지 입력입니다.

colorSpace
CGColorSpace

사용할 색 공간입니다.

options
NSDictionary

인수 처리

반환

특성

적용 대상