Feature #17: Rotate clockwise 90°
Transform the image with a rotation effect: 90° clockwise rotation.
Feature description
Transform the image with a rotation effect: 90° clockwise rotation.
| Parameters | value |
|---|---|
| name | rotate_cw |
| Command | -c rotate_cw |
| Input | an image |
| output | a new image image_out.bmp that is a 90° clockwise rotation of the input image |
Usage
./freud.exe -f images/input/image.jpeg -c rotate_cwOutput
A new image image_out.bmp that is a 90° clockwise rotation of the input image
Additional information
Example: 