Bitmap Plus
Search
K
Comment on page

Save Bitmap

Save an Image or Bitmap to File

Description

Save an Image or Bitmap to File
Preview
Location
Inputs
Ouputs
Mode
Name | Save Bitmap
Nickname | SaveBmp
Tab | Bitmap
Panel | File
Division | 1
I | Image / Bitmap (B+ Image, Bitmap) | An Image or Bitmap
F | Folder Path (Text) | The folder path to save the file
N | File Name (Text) | The file name for the bitmap
E | Extension (Integer) | File type extension
S | Save (Bool) | If true, save image file
P | Filepath (Text) | The full path to the new file
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)

Extension

Extension Enumerable
  • png = 0
  • jpeg = 1
  • bmp = 2
  • tiff = 3

Usage