• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OhosImageSourceInfo
2
3
4## Overview
5
6The **OhosImageSourceInfo** struct defines the image source information, which is obtained by calling [OH_ImageSource_GetImageInfo](image.md#oh_imagesource_getimageinfo).
7
8\@Syscap SystemCapability.Multimedia.Image
9
10**Since**
11
1210
13
14**Related Modules**
15
16[Image](image.md)
17
18
19## Summary
20
21
22### Member Variables
23
24| Name| Description|
25| -------- | -------- |
26| [pixelFormat](image.md#pixelformat-33) | Defines the pixel format of the image source. It is set in [OH_ImageSource_Create()](image.md#oh_imagesource_create).|
27| [colorSpace](image.md#colorspace) | Defines the color space of the image source.|
28| [alphaType](image.md#alphatype) | Defines the alpha type of the image source.|
29| [density](image.md#density-22) | Defines the image density of the image source. It is set in [OH_ImageSource_Create()](image.md#oh_imagesource_create).|
30| [size](image.md#size-37) | Defines the pixel width and height of the image source.|
31