Method

AppStreamComposeImagescale

Declaration [src]

void
asc_image_scale (
  AscImage* image,
  gint new_width,
  gint new_height
)

Description [src]

Scale the image to the given size.

Parameters

new_width

Type: gint

The new width.

new_height

Type: gint

The new height.