# OhosImageSize ## Overview The OhosImageSize struct describes the image size. It is a member variable of [OhosImageDecodingOps](capi-image-ohosimagedecodingops.md). **Since**: 10 **Related module**: [Image](capi-image.md) **Header file**: [image_mdk_common.h](capi-image-mdk-common-h.md) ## Summary ### Member Variables | Name| Description| | -- | -- | | int32_t width | Image width, in pixels.| | int32_t height | Image height, in pixels.|