merged two files

This commit is contained in:
tTh
2023-09-30 03:01:07 +02:00
parent 2594cabf94
commit 56250127bc
4 changed files with 81 additions and 103 deletions

View File

@@ -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);