-
-
Notifications
You must be signed in to change notification settings - Fork 803
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
[Feature] GetThumbnail resolution too low #303
Comments
I wouldn't label that as a bug , maybe enhancement is better. |
There are image optimization tools for this if we don't want to just simply restrict size. |
maybe an override in the yaml could work |
Sounds a bit feature creepy but it would be good if it was variable. |
Good thumbnails are a great thing to have for this use case (I use 400px in my main image manager). Since large images are expensive to scroll, perhaps it would make sense to favor pagination over large scrolling zones? |
Thumbnails will be super important I even see in a Version 2 feature-set where we use the metadata from the #334 O Counter helps determine screenshots from content to be used as the suggested thumbnail. |
Closing as #336 is merged. |
The resolution of gallerias thumbnails are a bit to low
100px shows up way too blur (365px would be nicer)
imaging.Resize(srcImage, 100, 0, imaging.NearestNeighbor)
The text was updated successfully, but these errors were encountered: