trying to do EXR io
This commit is contained in:
@@ -73,6 +73,7 @@ if (!strcasecmp(cptr, ".png" )) return FILE_TYPE_PNG;
|
||||
if (!strcasecmp(cptr, ".tiff")) return FILE_TYPE_TIFF;
|
||||
if (!strcasecmp(cptr, ".tif" )) return FILE_TYPE_TIFF;
|
||||
if (!strcasecmp(cptr, ".fits")) return FILE_TYPE_FITS;
|
||||
if (!strcasecmp(cptr, ".exr")) return FILE_TYPE_EXR;
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user