mirror of
https://github.com/openharmony/multimedia_image_standard.git
synced 2026-07-01 04:19:36 -04:00
ec2fe9d47b4488338a05014c3ca282c808425f90
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
hmf/multimedia/image
Description
Languages
C++
97.9%
TypeScript
1.6%
C
0.5%
