forked from tTh/FloatImg
add a new function - part 2
This commit is contained in:
parent
4945bb1c53
commit
6c3b33dad1
|
@ -2,7 +2,7 @@
|
|||
* floatimg.h
|
||||
*/
|
||||
|
||||
#define FIMG_VERSION 73
|
||||
#define FIMG_VERSION 74
|
||||
|
||||
/*
|
||||
* in memory descriptor
|
||||
|
@ -46,6 +46,7 @@ int fimg_fileinfo(char *fname, int *datas);
|
|||
int fimg_plot_rgb (FloatImg *head, int x, int y, float r, float g, float b);
|
||||
int fimg_clear(FloatImg *fimg);
|
||||
int fimg_add_rgb(FloatImg *head, int x, int y, float r, float g, float b);
|
||||
int fimg_rgb_constant(FloatImg *head, float r, float g, float b);
|
||||
|
||||
|
||||
int fimg_images_compatible(FloatImg *a, FloatImg *b);
|
||||
|
|
Loading…
Reference in New Issue