1 Star 0 Fork 475

caochuan / multimedia_image_framework_16

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
徐蕊w 提交于 2022-09-23 14:29 . modify readme

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

multimedia_image_framework

1
https://gitee.com/neusoft_group_co_ltd_cc/multimedia_image_framework_16.git
git@gitee.com:neusoft_group_co_ltd_cc/multimedia_image_framework_16.git
neusoft_group_co_ltd_cc
multimedia_image_framework_16
multimedia_image_framework_16
master

搜索帮助