Skip to content

Commit 79650d1

Browse files
committed
feature: supports to view .gif file as static image (not animated)
Signed-off-by: leo <[email protected]>
1 parent 7e2f3be commit 79650d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ViewModels/ImageSource.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public static Models.ImageDecoder GetDecoder(string file)
3030
{
3131
case ".ico":
3232
case ".bmp":
33+
case ".gif":
3334
case ".jpg":
3435
case ".jpeg":
3536
case ".png":

0 commit comments

Comments
 (0)