From 14206e1a3c7febec24516b55a5901decbc5940bf Mon Sep 17 00:00:00 2001 From: stew-dev-github <76633910+stew-dev-github@users.noreply.github.com> Date: Mon, 28 Dec 2020 16:38:19 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e06f399..6b5e724 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # imgur-viewer An imgur viewer that purposefully does not support animations + +The program will display images as follows: +![Displaying a normal flat image](https://github.com/stew-dev-github/imgur-viewer/blob/main/example1.png?raw=true) + +If the imgur url entered into the text field is for an animated image, the program will inform you and will not show the image. +Note, the application does not support displaying animated images by design - even if the program didn't explicitly block them, it would only show the first frame and nothing more. +![Attempting to display an animated image](https://github.com/stew-dev-github/imgur-viewer/blob/main/example2.png?raw=true)