mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Add .qoi to list of image extensions.
This commit is contained in:
@@ -245,7 +245,7 @@ QString FileExtension(const QString &filepath) {
|
||||
NameType DetectNameType(const QString &filepath) {
|
||||
static const auto kImage = SplitExtensions(u"\
|
||||
afdesign ai avif bmp dng gif heic icns ico jfif jpeg jpg jpg-large jxl nef \
|
||||
png png-large psd raw sketch svg tga tif tiff webp"_q);
|
||||
png png-large psd qoi raw sketch svg tga tif tiff webp"_q);
|
||||
static const auto kVideo = SplitExtensions(u"\
|
||||
3g2 3gp 3gpp aep avi flv h264 m4s m4v mkv mov mp4 mpeg mpg ogv srt tgs tgv \
|
||||
vob webm wmv"_q);
|
||||
|
Reference in New Issue
Block a user