-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 🐛 Bug ] Images are going all pixelated and weird #19
Comments
I think it may be related to this line in the config. Lines 119 to 120 in 259e886
I changed it to png and that may have fixed it. So it could have been repeatedly trying to compress the original or something? |
Bit of a thread here anyway. https://bne.social/@phocks/112727431188820755 |
Actually, nope, this one seems to be getting blockier and blockier too even with Edit: I'll try using |
Can confirm that |
Interesting, I wonder if it is continuously re-encoding the image, although I am not sure why. |
Thanks for getting back to me. I just tried it again on my local machine and can confirm the steps to replicate. I wonder if it's working properly for you or anyone else in
![]() Thanks again for taking a look. Great work on this. It's just what I need. I'm going to use it in |
Describe the bug
The JPEG images seem to be getting saved multiple times and turning all pixelated.
To Reproduce
Steps to reproduce the behavior:
I set it up with the default config here: https://github.com/ChillFish8/lust/blob/master/description.md
Expected behavior
The JPEG images to display normally.
Screenshots

Versioning (please complete the following information):
Additional context
At first, they seem fine when I add ?format=jpeg but then after a while, they turn blocky.
The text was updated successfully, but these errors were encountered: