More notes!

This commit is contained in:
Bingus_Violet 2023-12-15 17:21:54 +00:00
parent fd44ee249b
commit 79ce06543f

View file

@ -63,6 +63,13 @@ If everything is setup properly, it should look something like this!:<br>
## Notes
This project was never meant to be public, but I decided there was no reason not to. Please do report any problems you encounter, and if there are any issues with the documentation, please let me know!
If an image is wider than 1:1, then discord automatically "zooms in" on the image. Sadly, the only high quality image for the game we can get from Steam is very wide, specifically its the title icon. To fix this, all images are funneled through "thumbor"
Currently I am using a self hosted instance of Thumbor for this, which automatically changes the image size so it fits in Discord.
The link to the Thumbor instance can be found here:
https://thumbor-production-0e82.up.railway.app/
For getting the right image size, we use this url configuration:
`https://thumbor-production-0e82.up.railway.app/unsafe/fit-in/512x512/filters:fill(transparent)/[Link to the image]`
## To-Do
- [x] Pull images from steam directly