mirror of
https://gitee.com/openharmony/multimedia_image_framework
synced 2024-11-23 06:59:52 +00:00
b7622e00e2
Merge pull request !2582 from 何光耀/5.0rel_add_pac_20240924 |
||
---|---|---|
figures | ||
frameworks | ||
ide | ||
interfaces | ||
mock/native | ||
plugins | ||
test/resource | ||
.gitattributes | ||
BUILD.gn | ||
bundle.json | ||
hisysevent.yaml | ||
LICENSE | ||
OAT.xml | ||
README_zh.md | ||
README.md |
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