# Resizing Images

To resize an image, specify the desired height and width.

Example:

```
get the image
resize the image with
    the height is 600
    the width is 800
```

This command resizes the image to a height of 600 pixels and a width of 800 pixels.
