• Home
Name Date Size #Lines LOC

..--

figures/22-Oct-2025-

image-faqs/22-Oct-2025-11078

Readme-EN.mdD22-Oct-20252.4 KiB4341

image-allocator-type-c.mdD22-Oct-202514 KiB210166

image-allocator-type.mdD22-Oct-20259.8 KiB12184

image-decoding-native.mdD22-Oct-202512.1 KiB294234

image-decoding.mdD22-Oct-20258.7 KiB169137

image-effect-guidelines.mdD22-Oct-202518.1 KiB433329

image-encoding-native.mdD22-Oct-20254.8 KiB13597

image-encoding.mdD22-Oct-20255 KiB12192

image-info-c.mdD22-Oct-20258.5 KiB192161

image-overview.mdD22-Oct-20255.8 KiB8648

image-packer-c.mdD22-Oct-20257.7 KiB181155

image-packer-picture-c.mdD22-Oct-20257.6 KiB190158

image-picture-decoding.mdD22-Oct-20257.5 KiB156127

image-picture-encoding.mdD22-Oct-20253.2 KiB7355

image-pixelmap-operation-native.mdD22-Oct-20258.4 KiB250198

image-pixelmap-operation.mdD22-Oct-20255.2 KiB11193

image-receiver-c.mdD22-Oct-20259.5 KiB206171

image-receiver-native.mdD22-Oct-20257.6 KiB190154

image-receiver.mdD22-Oct-20257 KiB131110

image-source-c.mdD22-Oct-20258.3 KiB184158

image-source-picture-c.mdD22-Oct-20257.8 KiB195164

image-tool-c.mdD22-Oct-20254.9 KiB11287

image-tool.mdD22-Oct-20252.4 KiB5038

image-transformation-native.mdD22-Oct-20255.3 KiB160121

image-transformation.mdD22-Oct-20252.7 KiB9867

pixelmap-c.mdD22-Oct-20256.3 KiB152123

Readme-EN.md

1# Image Kit
2
3- [Introduction to Image Kit](image-overview.md)
4- Image Development (ArkTS)<!--image-arkts-dev-->
5  - Image Decoding<!--image-decoding-arts-->
6    - [Using ImageSource to Decode Images](image-decoding.md)
7    - [Using ImageSource to Decode Pictures](image-picture-decoding.md)
8    - [Allocating Memory for Image Decoding](image-allocator-type.md)
9  - Image Encoding<!--image-encoding-arts-->
10    - [Using ImagePacker to Encode Images](image-encoding.md)
11    - [Using ImagePacker to Encode Pictures](image-picture-encoding.md)
12  - Image Editing and Processing<!--image-editing-arkts-->
13    - [Using PixelMap to Transform Images](image-transformation.md)
14    - [Using PixelMap for PixelMap Operations](image-pixelmap-operation.md)
15    - [Editing EXIF Data](image-tool.md)
16  - Image Receiving<!--image-receiving-arkts-->
17    - [Using ImageReceiver to Receive Images](image-receiver.md)
18- Image Development (C/C++)<!--image-native-->
19  - Image Decoding<!--image-decoding-c-->
20    - [Using Image_NativeModule to Decode Images](image-source-c.md)
21    - [Using Image_NativeModule to Decode Pictures](image-source-picture-c.md)
22    - [Allocating Memory for Image Decoding](image-allocator-type-c.md)
23  - Image Encoding<!--image-encoding-c-->
24    - [Using Image_NativeModule to Encode Images](image-packer-c.md)
25    - [Using Image_NativeModule to Encode Pictures](image-packer-picture-c.md)
26  - Image Editing and Processing<!--image-editing-c-->
27    - [Using Image_NativeModule for PixelMap Operations](pixelmap-c.md)
28    - [Using ImageEffect to Edit Images](image-effect-guidelines.md)
29    - [Using Image_NativeModule to Edit EXIF Data](image-tool-c.md)
30  - Image Receiving<!--image-receiving-c-->
31    - [Using Image_NativeModule to Receive Images](image-receiver-c.md)
32    - [Using Image_NativeModule to Process Image Information](image-info-c.md)
33- FAQs About Image Kit<!--image-faqs-->
34  - [Handling HEIF Images](image-faqs/heif-adapter-faq.md)
35  - [Obtaining the Rotation Angle of an Image](image-faqs/image-rotate-faq.md)
36- Not Recommended<!--imagekit-not-recommended-->
37  - Image Development (Dependent on JS Objects) (C/C++)<!--image-native-js-objects-->
38    - [Image Decoding](image-decoding-native.md)
39    - [Image Encoding](image-encoding-native.md)
40    - [Image Transformation](image-transformation-native.md)
41    - [PixelMap Operation](image-pixelmap-operation-native.md)
42    - [Image Receiving](image-receiver-native.md)
43