Skip to content

Commit

Permalink
Feat: add JPF to image filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
benmezger committed Apr 3, 2019
1 parent 35bf32a commit 9916742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/filetype.rs
Expand Up @@ -30,7 +30,7 @@ impl FileExtensions {
file.extension_is_one_of( &[
"png", "jpeg", "jpg", "gif", "bmp", "tiff", "tif",
"ppm", "pgm", "pbm", "pnm", "webp", "raw", "arw",
"svg", "stl", "eps", "dvi", "ps", "cbr",
"svg", "stl", "eps", "dvi", "ps", "cbr", "jpf",
"cbz", "xpm", "ico", "cr2", "orf", "nef",
])
}
Expand Down

0 comments on commit 9916742

Please sign in to comment.