1# OhosImageSize 2<!--Kit: Image Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @aulight02--> 5<!--SE: @liyang_bryan--> 6<!--TSE: @xchaosioda--> 7 8## Overview 9 10The OhosImageSize struct describes the image size. It is a member variable of [OhosImageDecodingOps](capi-image-ohosimagedecodingops.md). 11 12**Since**: 10 13 14**Related module**: [Image](capi-image.md) 15 16**Header file**: [image_mdk_common.h](capi-image-mdk-common-h.md) 17 18## Summary 19 20### Member Variables 21 22| Name| Description| 23| -- | -- | 24| int32_t width | Image width, in pixels.| 25| int32_t height | Image height, in pixels.| 26