Added jpeg file types

This commit is contained in:
mulx10
2019-08-04 02:11:31 +05:30
parent 25a0a3cc73
commit 1ca7f2710f
+1 -1
View File
@@ -22,7 +22,7 @@ namespace mlpack {
namespace data {
static const std::vector<std::string> loadFileTypes({"jpg", "png", "tga",
"bmp", "psd", "gif", "hdr", "pic", "pnm"});
"bmp", "psd", "gif", "hdr", "pic", "pnm", "jpeg"});
static const std::vector<std::string> saveFileTypes({"jpg", "png", "tga",
"bmp", "hdr"});