# OhosImageSourceOps ## Overview The **OhosImageSourceOps** struct defines the image source options. It is used in [OH_ImageSource_Create](image.md#oh_imagesource_create) and [OH_ImageSource_CreateIncremental](image.md#oh_imagesource_createincremental). \@Syscap SystemCapability.Multimedia.Image **Since** 10 **Related Modules** [Image](image.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | [density](image.md#density-12) | Defines the pixel density of the image source.| | [pixelFormat](image.md#pixelformat-13) | Defines the pixel format of the image source. It is usually used to describe the YUV buffer.| | [size](image.md#size-17) | Defines the pixel width and height of the image source.|