Method
HeQuantizerCelebiquantize
Declaration
GHashTable*
he_quantizer_celebi_quantize (
HeQuantizerCelebi* self,
gint* pixels,
gint pixels_length1,
gint max_colors
)
Parameters
pixels
-
Type: An array of
gint
No description available.
The length of the array is specified in the pixels_length1
argument.The data is owned by the caller of the method. pixels_length1
-
Type:
gint
No description available.
max_colors
-
Type:
gint
No description available.
Return value
Type: GHashTable
No description available.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |