add a gradient generator
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 49"
|
||||
#define IMAGE_VERSION_STRING "0.4.51 pl 50"
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*
|
||||
@@ -932,6 +932,13 @@ int Image_texture_1(Image_Desc *dst, int bas, int haut);
|
||||
int Image_texture_2(Image_Desc *dst, int bas, int haut, int modulo);
|
||||
int Image_texture_3(Image_Desc *dst, int b, int h, char *ctrl, int qux);
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*
|
||||
* module gradient.c
|
||||
*/
|
||||
int Image_plot_H_gradient(char *fname, int w, int h);
|
||||
int Image_plot_V_gradient(char *fname, int w, int h);
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*
|
||||
module patterns.c
|
||||
|
||||
Reference in New Issue
Block a user