mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
UX: Progressive image loading #711
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#711
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @benmccann on GitHub (Jan 17, 2021).
Originally assigned to: @lastzero on GitHub.
It looks to me like Google Photos does something that's pretty cool. When you click a thumbnail it looks like they use it to show a low resolution version of the image while the high res image is loading. Then once the high res image has been fetched they replace the low res version with the high res version in the lightbox.
@lastzero commented on GitHub (Jan 17, 2021):
I would assume these are progressive JPEGs? Not sure why there is no standard support for this yet in Golang, only decoding from what I know.
@alexislefebvre commented on GitHub (Jan 17, 2021):
I tested and I observe this too, it looks like the thumbnail is zoomed when passing in fullscreen mode, then the "big" image is loaded and replace it.
I wonder how it could work with PhotoPrism thumbnails that are square.
@lastzero commented on GitHub (Jan 17, 2021):
We already preload images in the photo viewer, so they should be loaded when you press next - just not when opening a photo in full screen for the very first time. Not sure if optimizing this further provides the most value to our users at this point in time - seems there are more important issues.
@lastzero commented on GitHub (Jan 17, 2021):
Before doing more research on this, maybe you can take a look at #895?