Skip to content

Commit

Permalink
Add other missing data types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Imbruced committed Sep 24, 2024
1 parent 3c4042c commit 6c296d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ object Image {
return ImageFileFormat.JPEG
}


if (TIFF_HEX.exists(magicHex.startsWith)) {
return ImageFileFormat.TIFF
}
Expand Down

0 comments on commit 6c296d0

Please sign in to comment.