Go to file
openharmony_ci b4a0a8ef33
!181 编创框架新增FlushCache配置
Merge pull request !181 from jinmingru/master
2024-10-06 10:39:06 +00:00
figures README英文版 2024-06-05 18:20:49 +08:00
frameworks/native !181 编创框架新增FlushCache配置 2024-10-06 10:39:06 +00:00
interfaces jinmingru1@huawei.com 2024-10-06 17:30:41 +08:00
test 修复ActsMediaImageEffectNDKTest测试套失败XTS用例 2024-09-27 15:03:21 +08:00
BUILD.gn 适配OH_PixelmapNative 2024-04-18 16:53:19 +08:00
bundle.json json_helper 修改为 effect_json_helper 2024-08-21 14:49:16 +08:00
config.gni 添加gn安全编译选项 2024-04-25 17:50:29 +08:00
hisysevent.yaml 打点字段规范 2024-06-26 11:29:13 +08:00
LICENSE add LICENSE. 2024-03-19 13:40:31 +00:00
OAT.xml 文档刷新 2024-04-11 14:17:01 +08:00
README_zh.md README_zh增加开发指南跳转链接 2024-05-10 16:02:48 +08:00
README.md README英文版 2024-06-06 09:50:35 +08:00

ImageEffect

Introduction

Image 1 Diagram of the image editing component architecture

Directory Structure

The structure of the repository directory is as follows:

/foundation/multimedia/image_effect      
├── frameworks                           
│   ├── native                          
│   │   └── capi                        
│   │   ├── effect                       
│   │   └── efilter                      
│   │   └── utils                        
├── interfaces                          
│   ├── inner_api                       
│   └── kits                             
├── test                                
│   └── unittest                        
├── BUILD.gn                           
├── bundle.json                          
├── config.gni                           
└── LICENSE                              

Compilation

./build.sh --product-name {product-name} --build-target foundation/multimedia/image_effect:image_effect

{product-name} is the currently supported platform, such as rk3568.

Repositories Involved

ImageEffect Development Guidance (C/C++)