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