| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| figures/ | 06-May-2025 | - | ||||
| Readme-CN.md | D | 06-May-2025 | 2.1 KiB | 40 | 38 | |
| image-allocator-type-c.md | D | 06-May-2025 | 10.6 KiB | 161 | 120 | |
| image-allocator-type.md | D | 06-May-2025 | 8.3 KiB | 113 | 78 | |
| image-decoding-native.md | D | 06-May-2025 | 11.9 KiB | 287 | 226 | |
| image-decoding.md | D | 06-May-2025 | 7.1 KiB | 172 | 130 | |
| image-effect-guidelines.md | D | 06-May-2025 | 17 KiB | 425 | 321 | |
| image-encoding-native.md | D | 06-May-2025 | 4.4 KiB | 129 | 91 | |
| image-encoding.md | D | 06-May-2025 | 3.8 KiB | 105 | 78 | |
| image-info-c.md | D | 06-May-2025 | 7.9 KiB | 186 | 155 | |
| image-overview.md | D | 06-May-2025 | 5.5 KiB | 89 | 47 | |
| image-packer-c.md | D | 06-May-2025 | 6.6 KiB | 148 | 121 | |
| image-packer-picture-c.md | D | 06-May-2025 | 7.5 KiB | 181 | 147 | |
| image-picture-decoding.md | D | 06-May-2025 | 6.4 KiB | 150 | 114 | |
| image-picture-encoding.md | D | 06-May-2025 | 2.2 KiB | 62 | 45 | |
| image-pixelmap-operation-native.md | D | 06-May-2025 | 7.9 KiB | 250 | 198 | |
| image-pixelmap-operation.md | D | 06-May-2025 | 4.9 KiB | 108 | 91 | |
| image-receiver-c.md | D | 06-May-2025 | 8.5 KiB | 199 | 164 | |
| image-receiver-native.md | D | 06-May-2025 | 7.4 KiB | 186 | 149 | |
| image-receiver.md | D | 06-May-2025 | 5.7 KiB | 121 | 103 | |
| image-source-c.md | D | 06-May-2025 | 7.9 KiB | 170 | 141 | |
| image-source-picture-c.md | D | 06-May-2025 | 7.7 KiB | 187 | 155 | |
| image-tool-c.md | D | 06-May-2025 | 5 KiB | 107 | 82 | |
| image-tool.md | D | 06-May-2025 | 2.3 KiB | 49 | 36 | |
| image-transformation-native.md | D | 06-May-2025 | 5.1 KiB | 160 | 121 | |
| image-transformation.md | D | 06-May-2025 | 2.3 KiB | 97 | 67 | |
| pixelmap-c.md | D | 06-May-2025 | 6.8 KiB | 152 | 123 |
Readme-CN.md
1# Image Kit(图片处理服务) 2 3- [Image Kit简介](image-overview.md) 4- 图片开发指导(ArkTS)<!--image-arkts-dev--> 5 - 图片解码<!--image-decoding-arts--> 6 - [使用ImageSource完成图片解码](image-decoding.md) 7 - [使用ImageSource完成多图对象解码](image-picture-decoding.md) 8 - [申请图片解码内存](image-allocator-type.md) 9 - 图片编码<!--image-encoding-arts--> 10 - [使用ImagePacker完成图片编码](image-encoding.md) 11 - [使用ImagePacker完成多图对象编码](image-picture-encoding.md) 12 - 图片编辑和处理<!--image-editing-arkts--> 13 - [使用PixelMap完成图像变换](image-transformation.md) 14 - [使用PixelMap完成位图操作](image-pixelmap-operation.md) 15 - [编辑图片EXIF信息](image-tool.md) 16 - 图片接收<!--image-receiving-arkts--> 17 - [使用ImageReceiver完成图片接收](image-receiver.md) 18- 图片开发指导(C/C++)<!--image-native--> 19 - 图片解码<!--image-decoding-c--> 20 - [使用Image_NativeModule完成图片解码](image-source-c.md) 21 - [使用Image_NativeModule完成多图对象解码](image-source-picture-c.md) 22 - [申请图片解码内存](image-allocator-type-c.md) 23 - 图片编码<!--image-encoding-c--> 24 - [使用Image_NativeModule完成图片编码](image-packer-c.md) 25 - [使用Image_NativeModule完成多图对象编码](image-packer-picture-c.md) 26 - 图片编辑和处理<!--image-editing-c--> 27 - [使用Image_NativeModule完成位图操作](pixelmap-c.md) 28 - [使用ImageEffect编辑图片](image-effect-guidelines.md) 29 - [编辑图片EXIF信息](image-tool-c.md) 30 - 图片接收<!--image-receiving-c--> 31 - [使用Image_NativeModule完成图片接收](image-receiver-c.md) 32 - [使用Image_NativeModule处理图像信息](image-info-c.md) 33- 不再推荐使用<!--imagekit-not-recommended--> 34 - 图片开发指导(依赖JS对象)(C/C++)<!--image-native-js-objects--> 35 - [图片解码](image-decoding-native.md) 36 - [图片编码](image-encoding-native.md) 37 - [图像变换](image-transformation-native.md) 38 - [位图操作](image-pixelmap-operation-native.md) 39 - [图片接收](image-receiver-native.md) 40