forkeado de tTh/FloatImg
added TIFF type
Este commit está contenido en:
padre
7372ffdbb6
commit
c3cca26ce9
@ -59,6 +59,7 @@ fprintf(stderr, "[%s] --> [%s]\n", fname, cptr);
|
|||||||
if (!strcasecmp(cptr, ".pnm")) return FILE_TYPE_PNM;
|
if (!strcasecmp(cptr, ".pnm")) return FILE_TYPE_PNM;
|
||||||
if (!strcasecmp(cptr, ".fimg")) return FILE_TYPE_FIMG;
|
if (!strcasecmp(cptr, ".fimg")) return FILE_TYPE_FIMG;
|
||||||
if (!strcasecmp(cptr, ".png")) return FILE_TYPE_PNG;
|
if (!strcasecmp(cptr, ".png")) return FILE_TYPE_PNG;
|
||||||
|
if (!strcasecmp(cptr, ".tiff")) return FILE_TYPE_TIFF;
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Cargando…
Referencia en una nueva incidencia
Block a user