tweaking the speedtest
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 85"
|
||||
#define IMAGE_VERSION_STRING "0.4.51 pl 91"
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*
|
||||
@@ -315,10 +315,15 @@ int Image_G_pixel(Image_Desc *img, int x, int y);
|
||||
int Image_B_pixel(Image_Desc *img, int x, int y);
|
||||
int Image_A_pixel(Image_Desc *img, int x, int y);
|
||||
|
||||
/* Mon Aug 12 2024 : this function may be rewrited with a macro ? */
|
||||
int Image_pixel_copy(Image_Desc *s, int x, int y, Image_Desc *d, int i, int j);
|
||||
|
||||
int Image_compare_desc(Image_Desc *a, Image_Desc *b);
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/* module functions.c */
|
||||
|
||||
double tthi_dtime(void);
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/* module pixels.c */
|
||||
|
||||
Reference in New Issue
Block a user