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

@@ -24,7 +24,7 @@ switch (type) {
return 0;
}
/* --------------------------------------------------------------------- */
static char *fimg_str_type(int type)
char *fimg_str_type(int type)
{
switch (type) {
case FIMG_TYPE_GRAY: return "gray";