2006
David Gowers
Set dither matrix for conversion to indexed
This procedure sets the dither matrix used when converting images to INDEXED mode with positional dithering.
unknown
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 |
None