added TIFF type
This commit is contained in:
父節點
7372ffdbb6
當前提交
c3cca26ce9
@ -59,6 +59,7 @@ fprintf(stderr, "[%s] --> [%s]\n", fname, cptr);
|
||||
if (!strcasecmp(cptr, ".pnm")) return FILE_TYPE_PNM;
|
||||
if (!strcasecmp(cptr, ".fimg")) return FILE_TYPE_FIMG;
|
||||
if (!strcasecmp(cptr, ".png")) return FILE_TYPE_PNG;
|
||||
if (!strcasecmp(cptr, ".tiff")) return FILE_TYPE_TIFF;
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
載入中…
新增問題並參考
Block a user