# OhosImageSourceInfo ## Overview The **OhosImageSourceInfo** struct defines the image source information, which is obtained by calling [OH_ImageSource_GetImageInfo](image.md#oh_imagesource_getimageinfo). \@Syscap SystemCapability.Multimedia.Image **Since** 10 **Related Modules** [Image](image.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | [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).| | [colorSpace](image.md#colorspace) | Defines the color space of the image source.| | [alphaType](image.md#alphatype) | Defines the alpha type of the image source.| | [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).| | [size](image.md#size-37) | Defines the pixel width and height of the image source.|