# OhosImageSize ## Overview The **OhosImageSize** struct defines the image size. It is a member variable of [OhosImageDecodingOps](_ohos_image_decoding_ops.md). **System capability**: SystemCapability.Multimedia.Image **Since**: 10 **Related module**: [Image](image.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | int32_t [width](#width) | Image width, in pixels. | | int32_t [height](#height) | Image height, in pixels. | ## Member Variable Description ### height ``` int32_t OhosImageSize::height ``` **Description** Image height, in pixels. ### width ``` int32_t OhosImageSize::width ``` **Description** Image width, in pixels.