-
Methods in org.robovm.apple.coreimage with parameters of type CIImageRepresentationOptions
| Modifier and Type |
Method |
Description |
NSData |
CIContext.getHEIF10Representation(CIImage image,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
NSData |
CIContext.HEIFRepresentationOfImage(CIImage image,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options) |
|
NSData |
CIContext.jpegRepresentationOfImage(CIImage image,
CGColorSpace colorSpace,
CIImageRepresentationOptions options) |
|
NSData |
CIContext.PNGRepresentationOfImage(CIImage image,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options) |
|
NSData |
CIContext.tiffRepresentationOfImage(CIImage image,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options) |
|
static long |
CIImageRepresentationOptions.Marshaler.toNative(CIImageRepresentationOptions o,
long flags) |
|
boolean |
CIContext.writeHEIF10Representation(CIImage image,
NSURL url,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
boolean |
CIContext.writeHEIFRepresentationOfImage(CIImage image,
NSURL url,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
boolean |
CIContext.writeJPEGRepresentationOfImage(CIImage image,
NSURL url,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
boolean |
CIContext.writePNGRepresentationOfImage(CIImage image,
NSURL url,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
boolean |
CIContext.writeTIFFRepresentationOfImage(CIImage image,
NSURL url,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|