Gimp.Image.convert_set_dither_matrix
function convert_set_dither_matrix(width: Number(gint), height: Number(gint), matrix: Uint8Array): Boolean {
// Gjs wrapper for gimp_image_convert_set_dither_matrix()
}
Set dither matrix for conversion to indexed
This procedure sets the dither matrix used when converting images to INDEXED mode with positional dithering.
Since 2.4
- width
Width of the matrix (0 to reset to default matrix).
- height
Height of the matrix (0 to reset to default matrix).
- matrix
The matrix -- all values must be >= 1.
- Returns
TRUE on success.