rachel_w 33a000800e SUT代码整改
Signed-off-by: rachel_w <wangqiuyuan2@huawei.com>
2024-10-29 14:50:04 +08:00
2024-10-15 12:14:09 +08:00
2024-10-29 14:50:04 +08:00
2024-08-27 16:43:43 +08:00
2024-10-29 14:50:04 +08:00
2021-12-24 02:46:43 +00:00
2024-05-27 09:26:32 +08:00
2024-04-12 21:12:53 +08:00
2024-03-12 20:57:28 +08:00
2022-12-05 14:41:53 +00:00
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

Description
No description provided
Readme Pixar 373 MiB
Languages
C++ 96.8%
C 3.2%