gimp-image-convert-set-dither-matrix

David Gowers

Description

Set dither matrix for conversion to indexed

Help

This procedure sets the dither matrix used when converting images to INDEXED mode with positional dithering.


Type

unknown

Parameters

Type Name Description
PF_INT width Width of the matrix (0 to reset to default matrix)
PF_INT height Height of the matrix (0 to reset to default matrix)
PF_INT matrix-length The length of 'matrix' (1 <= matrix-length <= 1024)
unknown matrix The matrix -- all values must be >= 1

Return

None