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

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.

Last updated 1 month ago

Was this helpful?