ImageEffect_Size

typedef struct ImageEffect_Size {...} ImageEffect_Size

Overview

The struct describes the image size.

Since: 12

Related module: ImageEffect

Header file: image_effect_filter.h

Summary

Member Variables

Name Description
int32_t width Image width, in px.
int32_t height Image height, in px.