NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret| Modifier | Constructor and Description |
|---|---|
protected |
CIContext(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
accessInstanceVariablesDirectly() |
static CIContext |
alloc() |
static CIContext |
allocWithZone(org.moe.natj.general.ptr.VoidPtr zone) |
static boolean |
automaticallyNotifiesObserversForKey(java.lang.String key) |
static void |
cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget) |
static void |
cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument) |
static NSArray<java.lang.String> |
classFallbacksForKeyedArchiver() |
static org.moe.natj.objc.Class |
classForKeyedUnarchiver() |
void |
clearCaches()
Frees any cached data (such as temporary images) associated with the
context.
|
static CIContext |
context() |
static CIContext |
contextWithCGContextOptions(CGContextRef cgctx,
NSDictionary<java.lang.String,?> options)
Create a context specifying a destination CGContext.
|
static CIContext |
contextWithEAGLContext(EAGLContext eaglContext) |
static CIContext |
contextWithEAGLContextOptions(EAGLContext eaglContext,
NSDictionary<java.lang.String,?> options) |
static CIContext |
contextWithMTLCommandQueue(MTLCommandQueue commandQueue)
Create a CIContext that commits commands to a specific queue.
|
static CIContext |
contextWithMTLCommandQueueOptions(MTLCommandQueue commandQueue,
NSDictionary<java.lang.String,?> options) |
static CIContext |
contextWithMTLDevice(MTLDevice device)
If a system has more than one MTLDevice, then you can create a CIContext
that uses a specific device.
|
static CIContext |
contextWithMTLDeviceOptions(MTLDevice device,
NSDictionary<java.lang.String,?> options) |
static CIContext |
contextWithOptions(NSDictionary<java.lang.String,?> options)
Create a context without specifying a destination CG/GL/Metal context.
|
CGImageRef |
createCGImageFromRect(CIImage image,
CGRect fromRect)
Render the region 'fromRect' of image 'image' into a temporary buffer using
the context, then create and return a new CoreGraphics image with
the results.
|
CGImageRef |
createCGImageFromRectFormatColorSpace(CIImage image,
CGRect fromRect,
int format,
CGColorSpaceRef colorSpace)
Create a new CGImage from the specified subrect of the image.
|
CGImageRef |
createCGImageFromRectFormatColorSpaceDeferred(CIImage image,
CGRect fromRect,
int format,
CGColorSpaceRef colorSpace,
boolean deferred)
Create a new CGImage from the specified subrect of the image.
|
static java.lang.String |
debugDescription_static() |
CIFilter |
depthBlurEffectFilterForImageDataOptions(NSData data,
NSDictionary<?,?> options)
This is the same as the method above expect it uses NSData to instantiate the image data
instead of the contents of a NSURL.
|
CIFilter |
depthBlurEffectFilterForImageDisparityImagePortraitEffectsMatteHairSemanticSegmentationGlassesMatteGainMapOrientationOptions(CIImage image,
CIImage disparityImage,
CIImage portraitEffectsMatte,
CIImage hairSemanticSegmentation,
CIImage glassesMatte,
CIImage gainMap,
int orientation,
NSDictionary<?,?> options) |
CIFilter |
depthBlurEffectFilterForImageDisparityImagePortraitEffectsMatteHairSemanticSegmentationOrientationOptions(CIImage image,
CIImage disparityImage,
CIImage portraitEffectsMatte,
CIImage hairSemanticSegmentation,
int orientation,
NSDictionary<?,?> options) |
CIFilter |
depthBlurEffectFilterForImageDisparityImagePortraitEffectsMatteOrientationOptions(CIImage image,
CIImage disparityImage,
CIImage portraitEffectsMatte,
int orientation,
NSDictionary<?,?> options)
Create and CIFilter instance for 'image' that can be used to apply the CIDepthBlurEffect.
|
CIFilter |
depthBlurEffectFilterForImageURLOptions(NSURL url,
NSDictionary<?,?> options)
Create and CIFilter instance for 'image' that can be used to apply the CIDepthBlurEffect.
|
static java.lang.String |
description_static() |
void |
drawImageAtPointFromRect(CIImage image,
CGPoint atPoint,
CGRect fromRect)
Deprecated.
|
void |
drawImageInRectFromRect(CIImage image,
CGRect inRect,
CGRect fromRect)
Render the rectangle 'fromRect' of 'image' to the rectangle 'inRect' in the
context's destination.
|
static long |
hash_static() |
NSData |
HEIF10RepresentationOfImageColorSpaceOptionsError(CIImage image,
CGColorSpaceRef colorSpace,
NSDictionary<java.lang.String,?> options,
org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
Render a CIImage to HEIF data.
|
NSData |
HEIFRepresentationOfImageFormatColorSpaceOptions(CIImage image,
int format,
CGColorSpaceRef colorSpace,
NSDictionary<java.lang.String,?> options)
Render a CIImage to HEIF data.
|
CIContext |
init() |
CIContext |
initWithOptions(NSDictionary<java.lang.String,?> options) |
CGSize |
inputImageMaximumSize()
Returns the maximum dimension for input images that can be processed
on the context.
|
static NSObject.Function_instanceMethodForSelector_ret |
instanceMethodForSelector(org.moe.natj.objc.SEL aSelector) |
static NSMethodSignature |
instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
instancesRespondToSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
isSubclassOfClass(org.moe.natj.objc.Class aClass) |
NSData |
JPEGRepresentationOfImageColorSpaceOptions(CIImage image,
CGColorSpaceRef colorSpace,
NSDictionary<java.lang.String,?> options)
Render a CIImage to JPEG data.
|
static NSSet<java.lang.String> |
keyPathsForValuesAffectingValueForKey(java.lang.String key) |
static CIContext |
new_objc() |
CGSize |
outputImageMaximumSize()
Returns the maximum dimension for image that can be rendered
on the context.
|
NSData |
PNGRepresentationOfImageFormatColorSpaceOptions(CIImage image,
int format,
CGColorSpaceRef colorSpace,
NSDictionary<java.lang.String,?> options)
Render a CIImage to PNG data.
|
boolean |
prepareRenderFromRectToDestinationAtPointError(CIImage image,
CGRect fromRect,
CIRenderDestination destination,
CGPoint atPoint,
org.moe.natj.general.ptr.Ptr<NSError> error)
This is an optional call which can be used to "warm up" a CIContext so that
a subsequent call to render with the same arguments can be more efficient.
|
void |
renderToBitmapRowBytesBoundsFormatColorSpace(CIImage image,
org.moe.natj.general.ptr.VoidPtr data,
long rowBytes,
CGRect bounds,
int format,
CGColorSpaceRef colorSpace)
Render 'image' to the given bitmap.
|
void |
renderToCVPixelBuffer(CIImage image,
CVBufferRef buffer)
Render 'image' into the given CVPixelBuffer.
|
void |
renderToCVPixelBufferBoundsColorSpace(CIImage image,
CVBufferRef buffer,
CGRect bounds,
CGColorSpaceRef colorSpace)
Render 'image' to the given CVPixelBufferRef.
|
void |
renderToIOSurfaceBoundsColorSpace(CIImage image,
IOSurfaceRef surface,
CGRect bounds,
CGColorSpaceRef colorSpace)
Render 'image' to the given IOSurface.
|
void |
renderToMTLTextureCommandBufferBoundsColorSpace(CIImage image,
MTLTexture texture,
MTLCommandBuffer commandBuffer,
CGRect bounds,
CGColorSpaceRef colorSpace)
Render 'bounds' of 'image' to a Metal texture, optionally specifying what command buffer to use.
|
static boolean |
resolveClassMethod(org.moe.natj.objc.SEL sel) |
static boolean |
resolveInstanceMethod(org.moe.natj.objc.SEL sel) |
static void |
setVersion_static(long aVersion) |
CIRenderTask |
startTaskToClearError(CIRenderDestination destination,
org.moe.natj.general.ptr.Ptr<NSError> error)
Fill the entire destination with black (0,0,0,1) if its alphaMode is None
or clear (0,0,0,0) if its alphaMode is Premultiplied or Unpremultiplied.
|
CIRenderTask |
startTaskToRenderFromRectToDestinationAtPointError(CIImage image,
CGRect fromRect,
CIRenderDestination destination,
CGPoint atPoint,
org.moe.natj.general.ptr.Ptr<NSError> error)
Renders a portion of image to a point of destination
It renders as if 'image' is cropped to 'fromRect'
and the origin of the result is placed at 'atPoint'
|
CIRenderTask |
startTaskToRenderToDestinationError(CIImage image,
CIRenderDestination destination,
org.moe.natj.general.ptr.Ptr<NSError> error)
Renders an image to a destination so that point (0,0) of image.
|
static org.moe.natj.objc.Class |
superclass_static() |
NSData |
TIFFRepresentationOfImageFormatColorSpaceOptions(CIImage image,
int format,
CGColorSpaceRef colorSpace,
NSDictionary<java.lang.String,?> options)
Render a CIImage to TIFF data.
|
static long |
version_static() |
CGColorSpaceRef |
workingColorSpace()
The working color space of the CIContext
The property will be null if the context was created with color management disabled.
|
int |
workingFormat()
The working pixel format of the CIContext used for intermediate buffers
|
boolean |
writeHEIF10RepresentationOfImageToURLColorSpaceOptionsError(CIImage image,
NSURL url,
CGColorSpaceRef colorSpace,
NSDictionary<java.lang.String,?> options,
org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
Render a CIImage to 10-bit deep HEIF file.
|
boolean |
writeHEIFRepresentationOfImageToURLFormatColorSpaceOptionsError(CIImage image,
NSURL url,
int format,
CGColorSpaceRef colorSpace,
NSDictionary<java.lang.String,?> options,
org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
Render a CIImage to HEIF file.
|
boolean |
writeJPEGRepresentationOfImageToURLColorSpaceOptionsError(CIImage image,
NSURL url,
CGColorSpaceRef colorSpace,
NSDictionary<java.lang.String,?> options,
org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
Render a CIImage to JPEG file.
|
boolean |
writePNGRepresentationOfImageToURLFormatColorSpaceOptionsError(CIImage image,
NSURL url,
int format,
CGColorSpaceRef colorSpace,
NSDictionary<java.lang.String,?> options,
org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
Render a CIImage to PNG file.
|
boolean |
writeTIFFRepresentationOfImageToURLFormatColorSpaceOptionsError(CIImage image,
NSURL url,
int format,
CGColorSpaceRef colorSpace,
NSDictionary<java.lang.String,?> options,
org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
Render a CIImage to TIFF file.
|
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKeypublic static boolean accessInstanceVariablesDirectly()
public static CIContext alloc()
public static CIContext allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument)
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
public static CIContext context()
public static CIContext contextWithCGContextOptions(CGContextRef cgctx, NSDictionary<java.lang.String,?> options)
Core Image will use an internal destination context when methods such as [context render:to...] or [context createCGImage:...] are called.
The [context drawImage:...] render methods will render to the CGContext.
public static CIContext contextWithEAGLContext(EAGLContext eaglContext)
public static CIContext contextWithEAGLContextOptions(EAGLContext eaglContext, NSDictionary<java.lang.String,?> options)
public static CIContext contextWithMTLDevice(MTLDevice device)
public static CIContext contextWithMTLDeviceOptions(MTLDevice device, NSDictionary<java.lang.String,?> options)
public static CIContext contextWithOptions(NSDictionary<java.lang.String,?> options)
Core Image will use an internal destination context when methods such as [context render:to...] or [context createCGImage:...] are called.
The [context drawImage:...] render methods will not operate on this type of context.
public static java.lang.String debugDescription_static()
public static java.lang.String description_static()
public static long hash_static()
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
public static CIContext new_objc()
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
public static void setVersion_static(long aVersion)
public static org.moe.natj.objc.Class superclass_static()
public static long version_static()
public NSData JPEGRepresentationOfImageColorSpaceOptions(CIImage image, CGColorSpaceRef colorSpace, NSDictionary<java.lang.String,?> options)
public NSData TIFFRepresentationOfImageFormatColorSpaceOptions(CIImage image, int format, CGColorSpaceRef colorSpace, NSDictionary<java.lang.String,?> options)
public void clearCaches()
public CGImageRef createCGImageFromRect(CIImage image, CGRect fromRect)
public CGImageRef createCGImageFromRectFormatColorSpace(CIImage image, CGRect fromRect, int format, CGColorSpaceRef colorSpace)
public CGImageRef createCGImageFromRectFormatColorSpaceDeferred(CIImage image, CGRect fromRect, int format, CGColorSpaceRef colorSpace, boolean deferred)
@Deprecated public void drawImageAtPointFromRect(CIImage image, CGPoint atPoint, CGRect fromRect)
public void drawImageInRectFromRect(CIImage image, CGRect inRect, CGRect fromRect)
public CIContext initWithOptions(NSDictionary<java.lang.String,?> options)
public CGSize inputImageMaximumSize()
public CGSize outputImageMaximumSize()
public void renderToBitmapRowBytesBoundsFormatColorSpace(CIImage image, org.moe.natj.general.ptr.VoidPtr data, long rowBytes, CGRect bounds, int format, CGColorSpaceRef colorSpace)
public void renderToCVPixelBuffer(CIImage image, CVBufferRef buffer)
public void renderToCVPixelBufferBoundsColorSpace(CIImage image, CVBufferRef buffer, CGRect bounds, CGColorSpaceRef colorSpace)
public void renderToMTLTextureCommandBufferBoundsColorSpace(CIImage image, MTLTexture texture, MTLCommandBuffer commandBuffer, CGRect bounds, CGColorSpaceRef colorSpace)
public CGColorSpaceRef workingColorSpace()
public int workingFormat()
public boolean writeJPEGRepresentationOfImageToURLColorSpaceOptionsError(CIImage image, NSURL url, CGColorSpaceRef colorSpace, NSDictionary<java.lang.String,?> options, org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
public boolean writeTIFFRepresentationOfImageToURLFormatColorSpaceOptionsError(CIImage image, NSURL url, int format, CGColorSpaceRef colorSpace, NSDictionary<java.lang.String,?> options, org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
public NSData HEIFRepresentationOfImageFormatColorSpaceOptions(CIImage image, int format, CGColorSpaceRef colorSpace, NSDictionary<java.lang.String,?> options)
public NSData PNGRepresentationOfImageFormatColorSpaceOptions(CIImage image, int format, CGColorSpaceRef colorSpace, NSDictionary<java.lang.String,?> options)
public boolean prepareRenderFromRectToDestinationAtPointError(CIImage image, CGRect fromRect, CIRenderDestination destination, CGPoint atPoint, org.moe.natj.general.ptr.Ptr<NSError> error)
public void renderToIOSurfaceBoundsColorSpace(CIImage image, IOSurfaceRef surface, CGRect bounds, CGColorSpaceRef colorSpace)
public CIRenderTask startTaskToClearError(CIRenderDestination destination, org.moe.natj.general.ptr.Ptr<NSError> error)
public CIRenderTask startTaskToRenderFromRectToDestinationAtPointError(CIImage image, CGRect fromRect, CIRenderDestination destination, CGPoint atPoint, org.moe.natj.general.ptr.Ptr<NSError> error)
If image.extent and fromRect are infinite, then it renders so that point (0,0) of image is placed at 'atPoint'
MTLTexture-backed CIRenderDestinations are only supported by MTLTexture-backed CIContexts. GLTexture-backed CIRenderDestinations are only supported by GLContext-backed CIContexts.
For contexts that are initialized with a command queue, this call will return as soon as all the work for the render is enqueued on the context's device. Otherwise, it will return as soon as all the work is scheduled.
In many situations, after issuing a render, the client can use the destination or its backing object without waiting for the enqueued work to complete. For example, after rendering a surface CIRenderDestination, the surface can be passed on for further processing by the GPU.
In other situations, the client may need to wait for the render to be complete. For example, after rendering a surface CIRenderDestination, the surface can be accessed by CPU code by calling IOSurfaceGetBytePointer only after the render is completed.
In this case the client can use the returned CIRenderTask like this: CIRenderTask* task = [context render:...]; [task waitUntilCompletedAndReturnError:&error];
public CIRenderTask startTaskToRenderToDestinationError(CIImage image, CIRenderDestination destination, org.moe.natj.general.ptr.Ptr<NSError> error)
public boolean writeHEIFRepresentationOfImageToURLFormatColorSpaceOptionsError(CIImage image, NSURL url, int format, CGColorSpaceRef colorSpace, NSDictionary<java.lang.String,?> options, org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
public boolean writePNGRepresentationOfImageToURLFormatColorSpaceOptionsError(CIImage image, NSURL url, int format, CGColorSpaceRef colorSpace, NSDictionary<java.lang.String,?> options, org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
public static CIContext contextWithMTLCommandQueue(MTLCommandQueue commandQueue)
public static CIContext contextWithMTLCommandQueueOptions(MTLCommandQueue commandQueue, NSDictionary<java.lang.String,?> options)
public CIFilter depthBlurEffectFilterForImageDisparityImagePortraitEffectsMatteHairSemanticSegmentationOrientationOptions(CIImage image, CIImage disparityImage, CIImage portraitEffectsMatte, CIImage hairSemanticSegmentation, int orientation, NSDictionary<?,?> options)
public CIFilter depthBlurEffectFilterForImageDisparityImagePortraitEffectsMatteOrientationOptions(CIImage image, CIImage disparityImage, CIImage portraitEffectsMatte, int orientation, NSDictionary<?,?> options)
The receiver context is user to render the image in order to get the facial landmarks
The 'orientation' parameter should be CGImagePropertyOrientation enum value as defined in the TIFF spec.
The 'options' parameter is a key value/pair reserved for future use.
public CIFilter depthBlurEffectFilterForImageDataOptions(NSData data, NSDictionary<?,?> options)
public CIFilter depthBlurEffectFilterForImageURLOptions(NSURL url, NSDictionary<?,?> options)
The receiver context is user to render the image in order to get the facial landmarks
The 'options' parameter is a key value/pair reserved for future use.
public CIFilter depthBlurEffectFilterForImageDisparityImagePortraitEffectsMatteHairSemanticSegmentationGlassesMatteGainMapOrientationOptions(CIImage image, CIImage disparityImage, CIImage portraitEffectsMatte, CIImage hairSemanticSegmentation, CIImage glassesMatte, CIImage gainMap, int orientation, NSDictionary<?,?> options)
public NSData HEIF10RepresentationOfImageColorSpaceOptionsError(CIImage image, CGColorSpaceRef colorSpace, NSDictionary<java.lang.String,?> options, org.moe.natj.general.ptr.Ptr<NSError> errorPtr)
public boolean writeHEIF10RepresentationOfImageToURLColorSpaceOptionsError(CIImage image, NSURL url, CGColorSpaceRef colorSpace, NSDictionary<java.lang.String,?> options, org.moe.natj.general.ptr.Ptr<NSError> errorPtr)