Mercurial > hg > xemacs-beta
comparison src/imgproc.c @ 267:966663fcf606 r20-5b32
Import from CVS: tag r20-5b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:26:29 +0200 |
parents | 8efd647ea9ca |
children | b2472a1930f2 |
comparison
equal
deleted
inserted
replaced
266:18d185df8c54 | 267:966663fcf606 |
---|---|
38 | 38 |
39 /* Quantizing code based off of the paper | 39 /* Quantizing code based off of the paper |
40 Color Image Quantization for Frame Buffer Display, Paul Heckbert, | 40 Color Image Quantization for Frame Buffer Display, Paul Heckbert, |
41 Siggraph '82 proceedings, pp. 297-307 */ | 41 Siggraph '82 proceedings, pp. 297-307 */ |
42 | 42 |
43 #include "config.h" | 43 #include <config.h> |
44 #include "lisp.h" | 44 #include "lisp.h" |
45 #include "imgproc.h" | 45 #include "imgproc.h" |
46 | 46 |
47 static void get_histogram(quant_table *qt, unsigned char *pic, | 47 static void get_histogram(quant_table *qt, unsigned char *pic, |
48 int width, int height, Colorbox* box) | 48 int width, int height, Colorbox* box) |