mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 05:37:45 +00:00
Add .jxl to the list of image extensions.
This commit is contained in:
parent
fd633ecb49
commit
b7e52119bc
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user