openharmony_ci 003c986a14 !1 增加分支UT
Merge pull request !1 from 冯泽悟/master
2022-09-24 11:02:57 +00:00
2022-09-24 17:47:26 +08:00
2022-09-14 10:59:19 +08:00
2022-09-14 10:59:19 +08:00
2022-09-14 10:59:19 +08:00
2022-08-19 18:22:52 +08:00
2022-03-01 20:16:38 +08:00
2022-09-14 10:59:19 +08:00
2022-08-19 11:58:42 +00:00

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.

Figure 1 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

hmf/multimedia/image

S
Description
Implementation of image processing | 图片编解码功能实现
Readme 161 MiB
Languages
C++ 97.9%
TypeScript 1.6%
C 0.5%