enhancing fimg to pnm converter

This commit is contained in:
2019-09-10 12:18:02 +02:00
parent 2aabc8b26b
commit ffc99e6114
4 changed files with 42 additions and 11 deletions

View File

@@ -41,6 +41,7 @@ int fimg_destroy(FloatImg *fimg);
int fimg_print_version(int k);
void fimg_printhead(FloatImg *h);
int fimg_describe(FloatImg *head, char *txt);
char *fimg_str_type(int type);
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);