Expand description
Image Kit
Image development is the process of parsing, processing, and constructing image pixel data to achieve the required image effect. Image development mainly involves image decoding, processing, and encoding.
See the official upstream documentation for more information:
§Feature flags
§OpenHarmony API level
The inputmethod
API was added in API-level 12.
Defaults to no bindings at all, to maintain feature composability in ohos-sys
.
Optionally enable one of the api-*
features to get access to bindings for newer
OpenHarmony versions.
api-12
— Enables bindings for OpenHarmony API-level 12.api-13
— Enables bindings for OpenHarmony API-level 13.api-14
— Enables bindings for OpenHarmony API-level 14.
§Image Kit Modules
The Image kit is divided into different shared libraries. We provide features, so that you can select which components you want to use.
image-packer
— Image Encodingimage-receiver
— Obtain image data from the native layerimage-source
— Image decodingpixelmap
— Pixel Mapdocument-features
— Document available features when building the documentation
Modules§
- native_
image api-12
- Bindings to Image_NativeModule on OpenHarmony