1# OhosImageSourceOps 2 3 4## Overview 5 6The **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). 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| [density](image.md#density-12) | Defines the pixel density of the image source.| 27| [pixelFormat](image.md#pixelformat-13) | Defines the pixel format of the image source. It is usually used to describe the YUV buffer.| 28| [size](image.md#size-17) | Defines the pixel width and height of the image source.| 29