1# OhosImageSourceInfo 2<!--Kit: Image Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @aulight02--> 5<!--SE: @liyang_bryan--> 6<!--TSE: @xchaosioda--> 7 8## Overview 9 10The OhosImageSourceInfo struct describes the image source information, which is obtained by calling [OH_ImageSource_GetImageInfo](capi-image-source-mdk-h.md#oh_imagesource_getimageinfo). 11 12**Since**: 10 13 14**Related module**: [Image](capi-image.md) 15 16**Header file**: [image_source_mdk.h](capi-image-source-mdk-h.md) 17 18## Summary 19 20### Member Variables 21 22| Name| Description| 23| -- | -- | 24| int32_t pixelFormat | Pixel format of the image source. It is set in [OH_ImageSource_Create](capi-image-source-mdk-h.md#oh_imagesource_create).| 25| int32_t colorSpace | Color space of the image source.| 26| int32_t alphaType | Alpha type of the image source.| 27| int32_t density | Image density of the image source. It is set in [OH_ImageSource_Create](capi-image-source-mdk-h.md#oh_imagesource_create).| 28| struct [OhosImageSize](capi-image-ohosimagesize.md) size | Pixel width and height of the image source.| 29