1# OhosImageReceiverInfo 2 3 4## Overview 5 6The **OhosImageReceiverInfo** struct defines the information about an image receiver. 7 8**System capability**: SystemCapability.Multimedia.Image 9 10**Since**: 10 11 12**Related module**: [Image](image.md) 13 14 15## Summary 16 17 18### Member Variables 19 20| Name| Description| 21| -------- | -------- | 22| int32_t width | Default width of the image received by the consumer, in pixels.| 23| int32_t height | Default height of the image received by the consumer, in pixels.| 24| int32_t format | Image format **OHOS_IMAGE_FORMAT_JPEG** created by using the receiver.| 25| int32_t capicity | Maximum number of images that can be cached.| 26