OhosImageSize
struct OhosImageSize {...}
Overview
The struct describes the image size. It is a member variable of OhosImageDecodingOps.
Since: 10
Related module: Image
Header file: image_mdk_common.h
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t width | Image width, in pixels. |
| int32_t height | Image height, in pixels. |