| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| figures/ | 22-Oct-2025 | - | ||||
| image-faqs/ | 22-Oct-2025 | - | 110 | 78 | ||
| Readme-EN.md | D | 22-Oct-2025 | 2.4 KiB | 43 | 41 | |
| image-allocator-type-c.md | D | 22-Oct-2025 | 14 KiB | 210 | 166 | |
| image-allocator-type.md | D | 22-Oct-2025 | 9.8 KiB | 121 | 84 | |
| image-decoding-native.md | D | 22-Oct-2025 | 12.1 KiB | 294 | 234 | |
| image-decoding.md | D | 22-Oct-2025 | 8.7 KiB | 169 | 137 | |
| image-effect-guidelines.md | D | 22-Oct-2025 | 18.1 KiB | 433 | 329 | |
| image-encoding-native.md | D | 22-Oct-2025 | 4.8 KiB | 135 | 97 | |
| image-encoding.md | D | 22-Oct-2025 | 5 KiB | 121 | 92 | |
| image-info-c.md | D | 22-Oct-2025 | 8.5 KiB | 192 | 161 | |
| image-overview.md | D | 22-Oct-2025 | 5.8 KiB | 86 | 48 | |
| image-packer-c.md | D | 22-Oct-2025 | 7.7 KiB | 181 | 155 | |
| image-packer-picture-c.md | D | 22-Oct-2025 | 7.6 KiB | 190 | 158 | |
| image-picture-decoding.md | D | 22-Oct-2025 | 7.5 KiB | 156 | 127 | |
| image-picture-encoding.md | D | 22-Oct-2025 | 3.2 KiB | 73 | 55 | |
| image-pixelmap-operation-native.md | D | 22-Oct-2025 | 8.4 KiB | 250 | 198 | |
| image-pixelmap-operation.md | D | 22-Oct-2025 | 5.2 KiB | 111 | 93 | |
| image-receiver-c.md | D | 22-Oct-2025 | 9.5 KiB | 206 | 171 | |
| image-receiver-native.md | D | 22-Oct-2025 | 7.6 KiB | 190 | 154 | |
| image-receiver.md | D | 22-Oct-2025 | 7 KiB | 131 | 110 | |
| image-source-c.md | D | 22-Oct-2025 | 8.3 KiB | 184 | 158 | |
| image-source-picture-c.md | D | 22-Oct-2025 | 7.8 KiB | 195 | 164 | |
| image-tool-c.md | D | 22-Oct-2025 | 4.9 KiB | 112 | 87 | |
| image-tool.md | D | 22-Oct-2025 | 2.4 KiB | 50 | 38 | |
| image-transformation-native.md | D | 22-Oct-2025 | 5.3 KiB | 160 | 121 | |
| image-transformation.md | D | 22-Oct-2025 | 2.7 KiB | 98 | 67 | |
| pixelmap-c.md | D | 22-Oct-2025 | 6.3 KiB | 152 | 123 |
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