Add .jxl to the list of image extensions.

This commit is contained in:
John Preston 2024-05-02 16:35:22 +04:00
parent fd633ecb49
commit b7e52119bc

View file

@ -244,8 +244,8 @@ QString FileExtension(const QString &filepath) {
NameType DetectNameType(const QString &filepath) { NameType DetectNameType(const QString &filepath) {
static const auto kImage = SplitExtensions(u"\ static const auto kImage = SplitExtensions(u"\
afdesign ai avif bmp dng gif heic icns ico jfif jpeg jpg jpg-large nef png \ afdesign ai avif bmp dng gif heic icns ico jfif jpeg jpg jpg-large jxl nef \
png-large psd raw sketch svg tga tif tiff webp"_q); png png-large psd raw sketch svg tga tif tiff webp"_q);
static const auto kVideo = SplitExtensions(u"\ static const auto kVideo = SplitExtensions(u"\
3g2 3gp 3gpp aep avi flv h264 m4s m4v mkv mov mp4 mpeg mpg ogv srt tgs tgv \ 3g2 3gp 3gpp aep avi flv h264 m4s m4v mkv mov mp4 mpeg mpg ogv srt tgs tgv \
vob webm wmv"_q); vob webm wmv"_q);