Bitmap Plus
Search
⌃K

Convolution Filter

Apply a Convolution filter to an Image

Description

Apply a Convolution filter to an Image with a Matrix
Preview
Location
Inputs
Ouputs
Mode
Name | Threshold Filter
Nickname | Threshold
Tab | Bitmap
Panel | Filter
Division | 4
I | Image (B+ Image, Bitmap) | A Bitmap Plus Image or Bitmap
M | Matrix (Matrix) | A Matrix to apply
D | Divisor (Integer) | Optional Divisor Value
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)

Usage

Matrix Samples

0,0,0,0,-1,0,0,0,0
-1,0,-1,0,7,0,-1,0,-1
-2,-1,0,-1,1,1,0,1,2
-1,0,0,0,0,0,0,0,1
-1,-2,-1,0,0,0,1,2,1
0,-1,0,-1,4,-1,0,-1,0