merged two files
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
http://la.buvette.org/devel/libimage/
|
||||
*/
|
||||
#ifndef IMAGE_VERSION_STRING
|
||||
#define IMAGE_VERSION_STRING "0.4.51 pl 57"
|
||||
#define IMAGE_VERSION_STRING "0.4.51 pl 59"
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*
|
||||
@@ -596,7 +596,7 @@ int Image_asciiart_2(Image_Desc *src, char *pattern, int param);
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/* module calculs.c */
|
||||
|
||||
int Image_clamp_pixel(int value);
|
||||
int Image_clamp_pixel(int value); /* XXX must be a macro ? */
|
||||
|
||||
/* param 'res' is a 8 elements array */
|
||||
int Image_minmax_RGB(Image_Desc *img, int *res);
|
||||
@@ -919,8 +919,6 @@ int Image_dither_3x3_3(Image_Desc *s, Image_Desc *d, int uh);
|
||||
|
||||
/* module dither3.c */
|
||||
int Image_dither_atkinson(Image_Desc *s, Image_Desc *d, int uh);
|
||||
|
||||
/* module dither4.c */
|
||||
int Image_dither_4x4_0(Image_Desc *s, Image_Desc *d, int uh);
|
||||
int Image_dither_bayer8x8rnd(Image_Desc *s, Image_Desc *d, int uh, int m);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user