-
Notifications
You must be signed in to change notification settings - Fork 77
low resolution #165
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
Comments
thank you for reporting your issue.
Mm. Let's check some ideas to check:
|
Hello @xemle I noticed that the problem occurs with small images, 500x500, 480x350. It seems that you are zooming in on a preview, reducing the quality. For example, a 480x350 image is reduced to 320x240 and then zoomed when viewing in the gallery. I think this can all be solved by uploading larger images. Is there an option to force a minimum of compression if the image is small, not to compress it further? |
The feature of download original files has been landed in v1.19.0 |
In this section of gallery.config.yml:
Does adding or removing options in the previewSizes line dictate what preview sizes are generated? In my use case, I have hundreds of old digital camera photos taken at a resolution of 640x480. When Homegallery generates previews, the previews are generated at 320x240 which don't look great in the gallery interface. I added 640 to the previewSizes line, but it didn't seem to help.
Is what I'm trying even possible? I know the answer is in the code. I apologize for not being knowledgeable enough to look and find out myself. |
The configuration file is written in yaml format where whitespaces are crusial. It looks like that the Hope that helps |
And dont forget to run an |
That was it. I was doing it wrong. Excellent. Thank you so much. Love the project. Changing to:
And it started generating previews at 640. |
Awesome. Happy to help |
After clicking on the thumbnails, the resolution displayed is not original.
What did I set up wrong?
I'am using homegallery with docker.
The text was updated successfully, but these errors were encountered: