add cos010 to tga_equalize
This commit is contained in:
10
tthimage.h
10
tthimage.h
@@ -4,7 +4,7 @@
|
||||
http://la.buvette.org/devel/libimage/
|
||||
*/
|
||||
#ifndef IMAGE_VERSION_STRING
|
||||
#define IMAGE_VERSION_STRING "0.4.51 pl 82"
|
||||
#define IMAGE_VERSION_STRING "0.4.51 pl 85"
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*
|
||||
@@ -98,7 +98,7 @@ typedef struct {
|
||||
} Image_Rect;
|
||||
|
||||
/*
|
||||
* new 11 Jan 2003: a struc like an Image_Rect, but with
|
||||
* new 11 Jan 2003: a struct like an Image_Rect, but with
|
||||
* double precision floating point coords.
|
||||
*/
|
||||
typedef struct {
|
||||
@@ -121,7 +121,7 @@ typedef struct {
|
||||
* memory descriptor for bits-planes
|
||||
* 27 Dec 2001: c,a devient quoi, cette histoire de bitmaps ?
|
||||
* 17 mars 2010: du code commence a venir...
|
||||
*
|
||||
* 12 février 2024, on a toujours rien vu.
|
||||
*/
|
||||
typedef struct {
|
||||
unsigned int magic;
|
||||
@@ -1205,7 +1205,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);
|
||||
int Image_egalise_cos01 (Image_Desc *source, Image_Desc *but, int k);
|
||||
int Image_egalise_cos010 (Image_Desc *source, Image_Desc *but, int k);
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*
|
||||
@@ -1319,7 +1320,6 @@ int Image_shift_y(Image_Desc *src, Image_Desc *dst, int oy);
|
||||
int Image_center_rotate_xy(Image_Desc *src, Image_Desc *dst, double angle,
|
||||
double x, double y);
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/* anamorphose.c */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user