• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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