Code

Merge from trunk.
[inkscape.git] / src / trace / quantize.h
1 /*
2  *  Quantization for Inkscape
3  *
4  * Authors:
5  *   Stéphane Gimenez <dev@gim.name>
6  *
7  * Copyright (C) 2006 Authors
8  *
9  * Released under GNU GPL, read the file 'COPYING' for more information
10  */
12 #ifndef __QUANTIZE_H__
13 #define __QUANTIZE_H__
15 #include "imagemap.h"
17 /**
18  * Quantize an RGB image to a reduced number of colors.
19  */
20 IndexedMap *rgbMapQuantize(RgbMap *rgbmap, int nrColors);
22 #endif /* __QUANTIZE_H__ */