BIV initial release
This commit is contained in:
parent
0ba4a71789
commit
d1155a3ec0
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,3 @@
|
|||
# [BetterImageViewer](https://1lighty.github.io/BetterDiscordStuff/?plugin=BetterImageViewer "BetterImageViewer") Changelog
|
||||
### 1.0.0
|
||||
- Initial release
|
|
@ -0,0 +1,22 @@
|
|||
# BetterImageViewer [![download](https://i.imgur.com/OAHgjZu.png)](https://1lighty.github.io/BetterDiscordStuff/?plugin=BetterImageViewer&dl=1 "BetterImageViewer")
|
||||
Telegram image viewer ported to Discord. Adds ability to go between images in the current channel with arrow keys, or on screen buttons. Also provides info about the image, who posted it and when.
|
||||
### Features
|
||||
Adds left and right arrows when you open an image, shows you who sent the image and when, the images resolution, scaling and size, as well as number of cached images (and estimated in channel total).
|
||||
Can switch between images in the entire channel using the on screen buttons, or arrow keys.
|
||||
### Settings
|
||||
#### UI settings
|
||||
##### Show image index and number of images left (estimated)
|
||||
Shows **Image x of y (~z)**, where **x** is current image, **y** is total number of cached images and **z** is estimated total number of images in whole channel.
|
||||
##### Show navigation buttons
|
||||
Show the < and > buttons
|
||||
##### Show image resolution
|
||||
##### Show image scale
|
||||
Left is % of original resolution, where right is % downscaled.
|
||||
##### Show image size
|
||||
#### UI settings
|
||||
##### Use search API
|
||||
Without this, you'll only be able to view images currently cached in Discord.
|
||||
##### Trigger search when hovering over navigation buttons when needed
|
||||
Sometimes, if there's under 5 images left, it will wait for you to press the correct arrow key, or hover over the navigation button itself, once you do that it searches for more images. Setting this to false simply makes it only do that when you click the button instead of hover it.
|
||||
### Preview
|
||||
![preview](https://i.imgur.com/oSSWG9u.png)
|
Loading…
Reference in New Issue