Bitmap Plus
Search
⌃K

Rotate Image

Rotate an Image

Description

Rotate an Image
Preview
Location
Inputs
Ouputs
Mode
Name | Rotate Image
Nickname | RotateImg
Tab | Bitmap
Panel | Transform
Division | 1
I | Image (B+ Image, Bitmap) | A Bitmap Plus Image or Bitmap
M | Mode (Integer) | Sampling Mode
A | Angle (Number) | Rotation Angle
K | Keep Original (Bool) | If true, keeps the original image size
C | Color (Colour) | The background replacement color
I | Image (B+ Image) | A Bitmap Plus Image
Save Image | Opens a file save dialog to save a raster file of the current image.
Copy Image to Clipboard | Copies the image to the clipboard (no alpha)

Sampling Mode

Sampling Mode Enumerable
  • Bicubic = 0
  • Bilinear = 1
  • Nearest = 2

Usage