| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| figures/ | 06-May-2025 | - | ||||
| Readme-EN.md | D | 06-May-2025 | 1.8 KiB | 30 | 28 | |
| image-allocator-type-c.md | D | 06-May-2025 | 11.6 KiB | 161 | 120 | |
| image-allocator-type.md | D | 06-May-2025 | 9.4 KiB | 114 | 78 | |
| image-decoding-native.md | D | 06-May-2025 | 12.7 KiB | 287 | 226 | |
| image-decoding.md | D | 06-May-2025 | 9.5 KiB | 222 | 170 | |
| image-effect-guidelines.md | D | 06-May-2025 | 17.3 KiB | 421 | 318 | |
| image-encoding-native.md | D | 06-May-2025 | 4.7 KiB | 130 | 92 | |
| image-encoding.md | D | 06-May-2025 | 4.3 KiB | 107 | 79 | |
| image-info-c.md | D | 06-May-2025 | 7.8 KiB | 186 | 155 | |
| image-overview.md | D | 06-May-2025 | 3.9 KiB | 74 | 38 | |
| image-packer-c.md | D | 06-May-2025 | 6.7 KiB | 149 | 122 | |
| image-packer-picture-c.md | D | 06-May-2025 | 7.4 KiB | 182 | 148 | |
| image-picture-decoding.md | D | 06-May-2025 | 9.9 KiB | 226 | 176 | |
| image-picture-encoding.md | D | 06-May-2025 | 2.4 KiB | 63 | 46 | |
| image-pixelmap-operation-native.md | D | 06-May-2025 | 8.4 KiB | 250 | 198 | |
| image-pixelmap-operation.md | D | 06-May-2025 | 5.2 KiB | 111 | 93 | |
| image-receiver-c.md | D | 06-May-2025 | 8.4 KiB | 199 | 164 | |
| image-receiver-native.md | D | 06-May-2025 | 7.7 KiB | 186 | 149 | |
| image-source-c.md | D | 06-May-2025 | 7.6 KiB | 162 | 134 | |
| image-source-picture-c.md | D | 06-May-2025 | 7.7 KiB | 187 | 155 | |
| image-structure-c.md | D | 06-May-2025 | 25.9 KiB | 213 | 156 | |
| image-tool.md | D | 06-May-2025 | 2.4 KiB | 49 | 36 | |
| image-transformation-native.md | D | 06-May-2025 | 5.3 KiB | 160 | 121 | |
| image-transformation.md | D | 06-May-2025 | 2.7 KiB | 98 | 67 | |
| pixelmap-c.md | D | 06-May-2025 | 6.7 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 - [Using ImageSource to Decode Images](image-decoding.md) 6 - [Using ImageSource to Decode Pictures](image-picture-decoding.md) 7 - [Using PixelMap to Transform Images](image-transformation.md) 8 - [Using PixelMap for PixelMap Operations](image-pixelmap-operation.md) 9 - [Using ImagePacker to Encode Images](image-encoding.md) 10 - [Using ImagePacker to Encode Pictures](image-picture-encoding.md) 11 - [Editing EXIF Data](image-tool.md) 12 - [Allocating Memory for Image Decoding](image-allocator-type.md) 13- Image Development (C/C++)<!--image-native--> 14 - [Introduction to the Image_NativeModule Structs](image-structure-c.md) 15 - [Using Image_NativeModule to Decode Images](image-source-c.md) 16 - [Using Image_NativeModule to Decode Pictures](image-source-picture-c.md) 17 - [Using Image_NativeModule to Receive Images](image-receiver-c.md) 18 - [Using Image_NativeModule for PixelMap Operations](pixelmap-c.md) 19 - [Using Image_NativeModule to Process Image Information](image-info-c.md) 20 - [Using Image_NativeModule to Encode Images](image-packer-c.md) 21 - [Using Image_NativeModule to Encode Pictures](image-packer-picture-c.md) 22 - [Using ImageEffect to Edit Images](image-effect-guidelines.md) 23 - [Allocating Memory for Image Decoding](image-allocator-type-c.md) 24- Image Development (Dependent on JS Objects) (C/C++)<!--image-native-js-objects--> 25 - [Using Image to Decode Images](image-decoding-native.md) 26 - [Using Image to Receive Images](image-receiver-native.md) 27 - [Using Image to Transform Images](image-transformation-native.md) 28 - [Using PixelMap to Process PixelMap Data](image-pixelmap-operation-native.md) 29 - [Using Image to Encode Images](image-encoding-native.md) 30