Skip to content

Commit 9e4a48f

Browse files
akinomyogascop
authored andcommitted
feat(eog): add missing extension .heif
The support for .heic has been added in Ref. [1], but the gdk pixbuf loader, which supports .heic, explicitly supports also .heif and .avif [2]. The extension .avif is already included in the list, but .heif is currently missing. This patch adds the extension .heif. [1] #1010 [2] https://github.com/strukturag/libheif/blob/4a2f42f01e475258e67371db99108636d32f561c/gdk-pixbuf/pixbufloader-heif.c#L224-L229
1 parent 8b4db1c commit 9e4a48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/eog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _comp_cmd_eog()
1919
return
2020
fi
2121

22-
_comp_compgen_filedir '@(ani|avif|?(w)bmp|gif|heic|ico|j2[ck]|jp[cefgx2]|jpeg|jpg2|jxl|pcx|p[bgp]m|pn[gm]|ras|svg?(z)|tga|tif?(f)|webp|x[bp]m)'
22+
_comp_compgen_filedir '@(ani|avif|?(w)bmp|gif|hei[cf]|ico|j2[ck]|jp[cefgx2]|jpeg|jpg2|jxl|pcx|p[bgp]m|pn[gm]|ras|svg?(z)|tga|tif?(f)|webp|x[bp]m)'
2323
} &&
2424
complete -F _comp_cmd_eog eog
2525

0 commit comments

Comments
 (0)