wip wip wip wip
This commit is contained in:
18
tthimage.h
18
tthimage.h
@@ -4,7 +4,7 @@
|
||||
http://la.buvette.org/devel/libimage/
|
||||
*/
|
||||
#ifndef IMAGE_VERSION_STRING
|
||||
#define IMAGE_VERSION_STRING "0.4.51 pl 62"
|
||||
#define IMAGE_VERSION_STRING "0.4.51 pl 80"
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*
|
||||
@@ -609,19 +609,15 @@ int Image_quelques_calculs(Image_Desc *image);
|
||||
|
||||
int Image_histo_RGB(Image_Desc *im, long *hr, long *hg, long *hb);
|
||||
|
||||
/* XXX may be we need a struct for RGB luts ? */
|
||||
|
||||
typedef struct {
|
||||
unsigned int magic;
|
||||
uint8_t R[256];
|
||||
uint8_t G[256];
|
||||
uint8_t B[256];
|
||||
int flags;
|
||||
} Image_LUTs;
|
||||
|
||||
int Image_LUT_RGB(Image_Desc *, Image_Desc *, int *, int *, int *);
|
||||
int Image_LUT_mono(Image_Desc *src, Image_Desc *dst, int *lut);
|
||||
|
||||
/* falsecolors.c */
|
||||
|
||||
int Image_gen_fc_lut(float maxval, int nbslots, RGB_map *plut);
|
||||
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/* module distances.c */
|
||||
|
||||
@@ -1310,7 +1306,7 @@ int Image_vectfont_text_0(Image_Desc *im, char *txt, int x, int y);
|
||||
|
||||
int Image_warp_essai_0(Image_Desc *src, Image_Desc *dst, double angle,
|
||||
int xc, int yc);
|
||||
int Image_warp_essai_1(Image_Desc *src, Image_Desc *dst, double angle);
|
||||
int Image_warp_essai_1(Image_Desc *src, Image_Desc *dst, double ang, double off);
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
int Image_center_rotate(Image_Desc *src, Image_Desc *dst, double angle);
|
||||
|
||||
Reference in New Issue
Block a user