add "cos01" contrast adjustement

This commit is contained in:
tTh
2023-09-17 22:36:08 +02:00
parent bef1c6c5e3
commit 395b262c92
5 changed files with 84 additions and 5 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 46"
#define IMAGE_VERSION_STRING "0.4.51 pl 49"
/*::------------------------------------------------------------------::*/
/*
@@ -1192,6 +1192,8 @@ int Image_insert_with_alpha(Image_Desc *img, Image_Desc *ins, int foo);
int Image_pix_square(Image_Desc *source, Image_Desc *but, int k);
int Image_pix_sqroot(Image_Desc *source, Image_Desc *but, int k);
int Image_egalise_cos01(Image_Desc *source, Image_Desc *but, int k);
/*::------------------------------------------------------------------::*/
/*
module levels.c new: Jan 2001