-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14206e1
commit c67fdcc
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# imgur-viewer | ||
An imgur viewer that purposefully does not support animations | ||
An imgur viewer that purposefully does not support animations. 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 | ||
|
||
|
||
## Screenshots | ||
|
||
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) |