| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| figures/ | 22-Oct-2025 | - | ||||
| image-faqs/ | 22-Oct-2025 | - | 109 | 78 | ||
| Readme-CN.md | D | 22-Oct-2025 | 2.4 KiB | 48 | 46 | |
| image-allocator-type-c.md | D | 22-Oct-2025 | 12.3 KiB | 211 | 167 | |
| image-allocator-type.md | D | 22-Oct-2025 | 8 KiB | 120 | 84 | |
| image-decoding-native.md | D | 22-Oct-2025 | 12.1 KiB | 301 | 240 | |
| image-decoding.md | D | 22-Oct-2025 | 8.1 KiB | 179 | 144 | |
| image-effect-guidelines.md | D | 22-Oct-2025 | 18.8 KiB | 509 | 404 | |
| image-encoding-native.md | D | 22-Oct-2025 | 5.3 KiB | 141 | 102 | |
| image-encoding.md | D | 22-Oct-2025 | 4.8 KiB | 126 | 98 | |
| image-info-c.md | D | 22-Oct-2025 | 8.2 KiB | 193 | 162 | |
| image-overview.md | D | 22-Oct-2025 | 5.8 KiB | 95 | 53 | |
| image-packer-c.md | D | 22-Oct-2025 | 7.4 KiB | 180 | 154 | |
| image-packer-picture-c.md | D | 22-Oct-2025 | 7.3 KiB | 184 | 152 | |
| image-picture-decoding.md | D | 22-Oct-2025 | 6.9 KiB | 157 | 129 | |
| image-picture-encoding.md | D | 22-Oct-2025 | 3 KiB | 78 | 59 | |
| image-pixelmap-operation-native.md | D | 22-Oct-2025 | 8.9 KiB | 262 | 209 | |
| image-pixelmap-operation.md | D | 22-Oct-2025 | 4.9 KiB | 108 | 91 | |
| image-receiver-c.md | D | 22-Oct-2025 | 9.1 KiB | 206 | 171 | |
| image-receiver-native.md | D | 22-Oct-2025 | 8.1 KiB | 197 | 160 | |
| image-receiver.md | D | 22-Oct-2025 | 6.4 KiB | 129 | 109 | |
| image-source-c.md | D | 22-Oct-2025 | 7.9 KiB | 184 | 158 | |
| image-source-picture-c.md | D | 22-Oct-2025 | 7.5 KiB | 190 | 159 | |
| image-tool-c.md | D | 22-Oct-2025 | 4.8 KiB | 111 | 87 | |
| image-tool.md | D | 22-Oct-2025 | 2.6 KiB | 51 | 39 | |
| image-transformation-native.md | D | 22-Oct-2025 | 6 KiB | 172 | 132 | |
| image-transformation.md | D | 22-Oct-2025 | 2.3 KiB | 97 | 67 | |
| pixelmap-c.md | D | 22-Oct-2025 | 6.2 KiB | 154 | 127 |
Readme-CN.md
1# Image Kit(图片处理服务) 2<!--Kit: Image Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @aulight02--> 5<!--Designer: @liyang_bryan--> 6<!--Tester: @xchaosioda--> 7<!--Adviser: @zengyawen--> 8 9- [Image Kit简介](image-overview.md) 10- 图片开发指导(ArkTS)<!--image-arkts-dev--> 11 - 图片解码<!--image-decoding-arts--> 12 - [使用ImageSource完成图片解码](image-decoding.md) 13 - [使用ImageSource完成多图对象解码](image-picture-decoding.md) 14 - [申请图片解码内存](image-allocator-type.md) 15 - 图片编码<!--image-encoding-arts--> 16 - [使用ImagePacker完成图片编码](image-encoding.md) 17 - [使用ImagePacker完成多图对象编码](image-picture-encoding.md) 18 - 图片编辑和处理<!--image-editing-arkts--> 19 - [使用PixelMap完成图像变换](image-transformation.md) 20 - [使用PixelMap完成位图操作](image-pixelmap-operation.md) 21 - [编辑图片EXIF信息](image-tool.md) 22 - 图片接收<!--image-receiving-arkts--> 23 - [使用ImageReceiver完成图片接收](image-receiver.md) 24- 图片开发指导(C/C++)<!--image-native--> 25 - 图片解码<!--image-decoding-c--> 26 - [使用Image_NativeModule完成图片解码](image-source-c.md) 27 - [使用Image_NativeModule完成多图对象解码](image-source-picture-c.md) 28 - [申请图片解码内存](image-allocator-type-c.md) 29 - 图片编码<!--image-encoding-c--> 30 - [使用Image_NativeModule完成图片编码](image-packer-c.md) 31 - [使用Image_NativeModule完成多图对象编码](image-packer-picture-c.md) 32 - 图片编辑和处理<!--image-editing-c--> 33 - [使用Image_NativeModule完成位图操作](pixelmap-c.md) 34 - [使用ImageEffect编辑图片](image-effect-guidelines.md) 35 - [编辑图片EXIF信息](image-tool-c.md) 36 - 图片接收<!--image-receiving-c--> 37 - [使用Image_NativeModule完成图片接收](image-receiver-c.md) 38 - [使用Image_NativeModule处理图像信息](image-info-c.md) 39- Image Kit常见问题<!--image-faqs--> 40 - [如何处理HEIF图片](image-faqs/heif-adapter-faq.md) 41 - [如何获取图片的旋转角度信息](image-faqs/image-rotate-faq.md) 42- 图片开发指导(依赖JS对象)(不再推荐)<!--image-native-js-objects--> 43 - [图片解码](image-decoding-native.md) 44 - [图片编码](image-encoding-native.md) 45 - [图像变换](image-transformation-native.md) 46 - [位图操作](image-pixelmap-operation-native.md) 47 - [图片接收](image-receiver-native.md) 48