mirror of
https://gitee.com/openharmony/multimedia_image_framework
synced 2025-02-17 01:39:00 +00:00
![openharmony_ci](/assets/img/avatar_default.png)
Merge pull request !2713 from caochuan/ndk_bug
Image
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.
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
Languages
C++
96.8%
C
3.2%