Go to file
openharmony_ci 8579c679d5
!2781 SUT代码整改
Merge pull request !2781 from rachel_w/master
2024-10-29 13:48:01 +00:00
.gitee test 2024-10-15 12:14:09 +08:00
figures Modify static file permissions from 775 to 664 2022-04-12 14:36:21 +08:00
frameworks !2781 SUT代码整改 2024-10-29 13:48:01 +00:00
ide Fix: fix BUILD.gn marco 2024-08-27 16:43:43 +08:00
interfaces ASTC解码接口支持指定内存类型 2024-10-28 15:04:26 +08:00
mock/native ai_review_20241024 update003 Signed-off-by heguangyao <heguangyao1@h-partners.com> 2024-10-26 09:35:14 +08:00
plugins !2781 SUT代码整改 2024-10-29 13:48:01 +00:00
test/resource test: add gif encoder fuzztest 2024-10-23 17:08:38 +08:00
.gitattributes update .gitattributes. 2021-12-24 02:46:43 +00:00
BUILD.gn enable heif hardware decode 2024-05-27 09:26:32 +08:00
bundle.json Signed-off-by:fandongyu<fandongyu.30044153@huawei.com> 2024-10-25 11:14:02 +08:00
hisysevent.yaml add DFT 2024-04-12 21:12:53 +08:00
LICENSE Modify static file permissions from 775 to 664 2022-04-12 14:36:21 +08:00
OAT.xml 屏蔽更新 2024-03-12 20:57:28 +08:00
README_zh.md update README_zh.md. 2022-12-05 14:41:53 +00:00
README.md modify readme 2022-09-23 14:29:56 +08: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

multimedia_image_framework