• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_PictureNative
2<!--Kit: Image Kit-->
3<!--Subsystem: Multimedia-->
4<!--Owner: @aulight02-->
5<!--SE: @liyang_bryan-->
6<!--TSE: @xchaosioda-->
7
8## Overview
9
10The OH_PictureNative struct is used to perform operations related to the picture.
11
12Picture is an object that includes a main picture, auxiliary picture, and metadata.
13
14The main picture contains most information about the image and is mainly used to render the image.
15
16The auxiliary picture is used to store data related to but different from the main picture, revealing more comprehensive details.
17
18The metadata is generally used to store information about the image file.
19
20**Since**: 13
21
22**Related module**: [Image_NativeModule](capi-image-nativemodule.md)
23
24**Header file**: [picture_native.h](capi-picture-native-h.md)
25