openharmony_ci fbfa910f04
!2713 fix: Modify pictureNdk api errorcode
Merge pull request !2713 from caochuan/ndk_bug
2024-10-19 12:54:11 +00:00
2024-10-15 12:14:09 +08:00
2024-08-27 16:43:43 +08:00
2024-10-19 13:37:53 +08:00
2024-10-17 15:40:42 +00: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%