# ImageEffect_Size ## Overview The ImageEffect_Size struct describes the image size. **Since**: 12 **Related module**: [ImageEffect](capi-imageeffect.md) **Header file**: [image_effect_filter.h](capi-image-effect-filter-h.md) ## Summary ### Member Variables | Name| Description| | -- | -- | | int32_t width | Image width, in px.| | int32_t height | Image height, in px.|