Companion

object Companion

Properties

Link copied to clipboard

Whether the current platform supports CoreImage operations.

Functions

Link copied to clipboard

Decodes a data ByteArray into a CoreImage

Link copied to clipboard
suspend fun CoreImage.Companion.encode(image: CoreImage, format: CoreImageFormat, level: Double): ByteArray

Decodes a data ByteArray into a CoreImage

Link copied to clipboard

Gets the CoreImageInfo of a data ByteArray. Potentially without decoding the pixels.