sindresorhus / file-type

Detect the file type of a file, stream, or data
MIT License
3.64k stars 345 forks source link

JPEG files with the ".jpeg" extension are grouped under the ".jpg" category #607

Closed j4tmr closed 1 year ago

sindresorhus commented 1 year ago

This package detects file types by reading the file contents, not the filename and extension. JPEG allows both extensions, so we simply picked the most popular one.

enixsoft commented 10 months ago

@sindresorhus Hello, would it be possible to support .jpeg as well?