another big clean
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 28"
|
||||
#define IMAGE_VERSION_STRING "0.4.51 pl 32"
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/*
|
||||
@@ -875,8 +875,8 @@ int Image_BMP_save_24(char *filename, Image_Desc *img, int flag);
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
/* module tga.c */
|
||||
int Image_TGA_save(char *nom, Image_Desc *img, int compress);
|
||||
int Image_TGA_save_component(char *nom, Image_Desc *img, char chanl, int comp);
|
||||
int Image_TGA_save(char *nom, Image_Desc *img, int compress);
|
||||
int Image_TGA_save_component(char *nom, Image_Desc *img, char chanl, int comp);
|
||||
/* int Image_TGA_print_header(void *ph); XXX */
|
||||
int Image_TGA_read_header(FILE *fpin, void *phead);
|
||||
int Image_TGA_show_header(char *filename, int flag);
|
||||
|
||||
Reference in New Issue
Block a user