TheLazySquid / DiscordImageFolder

A BetterDiscord plugin that allows you to save and send images from a folder for easy access
1 stars 0 forks source link

Preview Compression [Suggestion] #10

Open DeCat4 opened 1 month ago

DeCat4 commented 1 month ago

The preview for the images seem to use the entire resolution because i have a folder with 11 images most of them are 4K+ Resolution and discord struggles to scroll through (when it loads the image), maybe if you compress the preview of the image to be the actual size it'll decrease the load time

TheLazySquid commented 1 month ago

Unfortunately, the entire file needs to be read into memory and Base64 encoded to be able to be shown. It isn't really possible to change the resolution it loads in at.