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)