Function

GimpImageconvert_set_dither_matrix

Declaration [src]

gboolean
gimp_image_convert_set_dither_matrix (
  gint width,
  gint height,
  GBytes* matrix
)

Description [src]

Set dither matrix for conversion to indexed

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

Available since:2.4

Parameters

width gint
 

Width of the matrix (0 to reset to default matrix).

height gint
 

Height of the matrix (0 to reset to default matrix).

matrix GBytes
 

The matrix — all values must be >= 1.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE on success.