-
Notifications
You must be signed in to change notification settings - Fork 206
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
Merge Previews and thumbnail generation #806
Comments
NOTE: this commit will most likely trigger a full thumbnail recreation |
Was it intentional to change the thumbnail preview sizes? Seems like new larger options were added with this commit (1080 and 2160) which were not there previously. Could be my lack of understanding in the purpose of this change. |
Yes. I wanted to increase the thumbnail sizes for better look. You can override them to the previous values: should be something like This change merges thumbnails with previews. So there is only one list of sizes to maintain. App will load the one that fits the best to the thumbnail or preview bounding box. |
also adding 2160 size adds 4k preview support. |
I couldn't find any hint anywhere, and because my question has to do with thumbnail generation, I thought I'd ask here: If there isn't a way to pre generate all thumbnails, maybe that could be added as a feature? Would help a lot with the initial setup, especially if you have a big gallery. Cheers |
Thats what the "Photo converting" job does. If you check in settings you can select what preview sizes you want it to generate and when you execute the job it will run through your entire collection and pre-generate the previews for each of those sizes. |
Thanks for that tipp! I seem to have overlooked the thumbnail generation button ^^' PS: It tells me it'll take 4h to do so >.< |
The best settings depends on your setup. If you have a powerful machine: Save CPU -> pre generate thumbnail I use the def. settings. I usually only pregenerate the smallest thumbnail. The app will do on demand the rest. I'm using now an Intel NUC. Earlier on reaspberry i pregenerated more. |
Merge thumbnail and photo previews, so the app can handle them the same way and interchangeably use them.
This will also help with raw photo support.
The text was updated successfully, but these errors were encountered: