Usage of each block

日本語のページ

Open Image File

Open image

Opens the specified image file and returns an image object ID.
The return value is assigned to a variable and used in processing in other blocks.

Open image and set to variable

Create New Image

Create new image

Creates a new image with the specified width, height, and color, and returns an image object ID.
The return value is assigned to a variable and used in processing in other blocks.

Create new image and set to variable

Crop Image

Crop image

Crops the image with the specified rectangle and returns a new image object ID.

Create Thumbnail

Create thumbnail

Creates a thumbnail of the image and returns a new image object ID.

Resize Image

Resize image

Resizes the image and returns a new image object ID.

Rotate Image

Rotate image

Rotates the image counterclockwise by the specified angle and returns a new image object ID.

Transpose Image

Transpose image

Flips or rotates the image and returns a new image object ID.

Convert to Grayscale

Convert to grayscale

Converts the image to grayscale and returns a new image object ID.

Alpha Composite Images

Alpha composite

Alpha composites two images and returns a new image object ID.

Blend Images

Blend image

Blends two images and returns a new image object ID.

Paste Image

Paste image

Pastes one image onto another and returns a new image object ID.
If width and height are 0, the entire source image is pasted.

Save Image

Save image

Saves the image with the specified filename and format.

Show Image

Show image

Shows the image.

Get Image Information

Get image information

Returns the specified information (format, mode, width, height) of the image.