# multimedia_image_framework **Repository Path**: szz-zhenzhong/multimedia_image_framework ## Basic Information - **Project Name**: multimedia_image_framework - **Description**: 暂无描述 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/openharmony/multimedia_image_framework - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 745 - **Created**: 2025-08-05 - **Last Updated**: 2025-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Image - [Introduction](#section11660541593) - [Directory Structure](#section161941989596) - [Repositories Involved](#section1533973044317) ## Introduction The **image** repository provides easy-to-use APIs for developing image encoding and decoding features. Currently, the following image formats are supported: JPEG, PNG, BMP. **Figure 1** Image architecture ![](figures/image-architecture.png "image-architecture") ## Directory Structure The structure of the repository directory is as follows: ``` /foundation/multimedia/image ├── frameworks # Framework code │ ├── innerkitsimpl # Native API implementation │ └── jni # JNI implementation ├── ohos.build # Build configuration ├── interfaces # External APIs │ ├── innerkits # APIs of other internal subsystems │ └── kits # Java APIs ├── plugins # Image plug-in implementation │ ├── common # Common image plug-ins │ ├── manager # Image plug-in manager ├── test # Test resources ``` ## Repositories Involved [multimedia\_image\_framework](https://gitee.com/openharmony/multimedia_image_framework/blob/master/README_zh.md)