User Manual
===========

Page: 'resize'
Category: 'script command'

Goal:
-----
Resize the input image using a Gaussian sampling filter.
Will not take the aspect ratio of the input image into account (i.e. may discard the aspect ratio if not equal to the aspect ratio of the provided arguments).

This command may take a lot of time for large input values.

Syntax:
-------
`resize <uint> <uint>`

where <uint> means: any 32 bit unsigned integer is required as parameter input.

The first <uint> represents the projected width of the output image and the second <uint> argument represents the projected hieght of the output image.

Usage example:
--------------
`sic input.png output.png --script "resize 10 10;"`
or
`sic input.png output.png --script "resize 1920 1080;"`

See also:
---------
https://docs.rs/image/0.19.0/image/imageops/fn.resize.html