LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • Image Manipulation
    • Overview
  • Converting Images to Grayscale
  • Flipping Images
  • QR Code Generation
  • Resizing Images
  • Rotating Images
  • Text Visualization
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Rotating Images

To rotate an image, specify the angle and direction.

Rotate Clockwise

Example:

get the image
rotate the image with
    the angle is 90
    the direction is "clockwise"

This rotates the image 90 degrees clockwise.

Rotate Counter-Clockwise

Example:

get the image
rotate the image with
    the angle is 45
    the direction is "counter-clockwise"

This rotates the image 45 degrees counter-clockwise.

Last updated 1 month ago

Was this helpful?